You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2018/05/19 10:08:00 UTC

[jira] [Commented] (MDEP-600) Only defined group Id for unpack goal

    [ https://issues.apache.org/jira/browse/MDEP-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481564#comment-16481564 ] 

Karl Heinz Marbaise commented on MDEP-600:
------------------------------------------

What about creating a patch / pull request for this ?

> Only defined group Id for unpack goal
> -------------------------------------
>
>                 Key: MDEP-600
>                 URL: https://issues.apache.org/jira/browse/MDEP-600
>             Project: Maven Dependency Plugin
>          Issue Type: Improvement
>          Components: unpack
>    Affects Versions: 3.0.2
>            Reporter: HerrDerb
>            Priority: Minor
>
> Instead of
> {code:java}
>  <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>   {code}
> I would like to be able to define
> {code:java}
>  <artifactGroups>
>     <artifactGroup>
>         <groupId>com.company.group</groupId>
>     </artifactGroup>
> </artifactGroups>    {code}
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)