[
http://jira.codehaus.org/browse/MSHADE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bentmann closed MSHADE-33.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.3
Assignee: Benjamin Bentmann
Added in [r894514|http://svn.apache.org/viewvc?view=revision&revision=894514].
General artifact id format is groupId:artifactId:type:classifier with each part
supporting \* and \? as wildcards. For convenience, the mere specification of
groupId maps to groupId:\*:\*:\*, groupId:artifactId to
groupId:artifactId:\*:\* and groupId:artifactId:classifier to
groupId:artifactId:\*:classifier.
> [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
> Assignee: Benjamin Bentmann
> Priority: Minor
> Fix For: 1.3
>
>
> 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