[ 
http://jira.codehaus.org/browse/MSHADE-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann closed MSHADE-28.
-----------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 1.1

Committed in [r644822|http://svn.apache.org/viewvc?view=rev&revision=644822].

> Add full support for glob patterns in relocator exclusions
> ----------------------------------------------------------
>
>                 Key: MSHADE-28
>                 URL: http://jira.codehaus.org/browse/MSHADE-28
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 1.1
>
>
> This is currently not possible
> {code:xml}
> <relocations>
>     <relocation>
>         <pattern>org.codehaus.plexus.util</pattern>
>         <excludes>
>             <exclude>org.codehaus.plexus.util.xml.pull.Xml*</exclude>
>         </excludes>
>     </relocation>
> </relocations>
> {code}
> The plugin only supports patterns that end with ".*" which is confusing.

-- 
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

        

Reply via email to