You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/04/04 20:52:58 UTC

[jira] Created: (MSHADE-28) Add full support for glob patterns in relocator exclusions

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

        

[jira] Closed: (MSHADE-28) Add full support for glob patterns in relocator exclusions

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ 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