Uploaded image for project: 'Maven Dependency Plugin'
  1. Maven Dependency Plugin
  2. MDEP-600

Only defined group Id for unpack goal

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.0.2
    • None
    • unpack
    • None

    Description

      Instead of

       <artifactItems>
          <artifactItem>
              <groupId>com.company.group</groupId>
              <artifactId>projectA</artifactId>
          </artifactItem>
              <artifactItem>
              <groupId>com.company.group</groupId>
              <artifactId>projectB</artifactId>
          </artifactItem>
              <artifactItem>
              <groupId>com.company.group</groupId>
              <artifactId>projectB</artifactId>
          </artifactItem>
              <artifactItem>
              <groupId>com.company.group</groupId>
              <artifactId>projectB</artifactId>
          </artifactItem>
      </artifactItems>   

      I would like to be able to define

       <artifactGroups>
          <artifactGroup>
              <groupId>com.company.group</groupId>
          </artifactGroup>
      </artifactGroups>    

      with the goal to only target artifacts with the groupId com.company.group
      defined in my dependencies.

       

      This avoids big lists and double mentioning of artefacts.

      Attachments

        Activity

          People

            Unassigned Unassigned
            HerrDerb HerrDerb
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: