[
http://jira.codehaus.org/browse/MSHADE-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bentmann closed MSHADE-69.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.3
Assignee: Benjamin Bentmann
Added wildcards in
[r894485|http://svn.apache.org/viewvc?view=revision&revision=894485].
> Support wildcards for artifact id in filter
> -------------------------------------------
>
> Key: MSHADE-69
> URL: http://jira.codehaus.org/browse/MSHADE-69
> Project: Maven 2.x Shade Plugin
> Issue Type: Improvement
> Affects Versions: 1.2.2
> Reporter: Benjamin Bentmann
> Assignee: Benjamin Bentmann
> Fix For: 1.3
>
>
> Imagine you want to exclude all signature related files for your dependencies
> while shading. This is currently cumbersome as one has to specify one
> {{<filter>}} for each dependency. Something like
> {code:xml}
> <filter>
> <artifact>*:*</artifact>
> <excludes>
> <exclude>META-INF/*.SF</exclude>
> <exclude>META-INF/*.DSA</exclude>
> <exclude>META-INF/*.RSA</exclude>
> </excludes>
> </filter>
> {code}
> scales better.
--
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