[ http://jira.codehaus.org/browse/MSHADE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter moved MOJO-765 to MSHADE-33: ----------------------------------------- Key: MSHADE-33 (was: MOJO-765) Project: Maven 2.x Shade Plugin (was: Mojo) > [shade] Support wildcarded excludes > ----------------------------------- > > Key: MSHADE-33 > URL: http://jira.codehaus.org/browse/MSHADE-33 > Project: Maven 2.x Shade Plugin > Issue Type: Improvement > Reporter: Mark Hobson > Priority: Minor > > It'd be handy to be able to specify wildcards in the excludes configuration. > For example, to exclude all artifacts from the shaded jar: > {noformat} > <artifactSet> > <excludes> > <exclude>*</exclude> > </excludes> > </artifactSet> > {noformat} > We could support the following syntax: > {noformat} > groupId:* > *:artifactId > *:* > * > {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira