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


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