[ https://issues.apache.org/jira/browse/MDEP-600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Elliotte Rusty Harold updated MDEP-600: --------------------------------------- Issue Type: New Feature (was: Improvement) > 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: New Feature > 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 (v8.20.10#820010)