You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mauro Talevi (JIRA)" <ji...@codehaus.org> on 2007/10/03 23:17:08 UTC

[jira] Closed: (MSHADE-2) Make prefix configurable in SimpleRelocator

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

Mauro Talevi closed MSHADE-2.
-----------------------------

    Resolution: Fixed

Done.  Shaded package configurable as 

<relocations>
  <relocation>
    <pattern>org.codehaus.plexus.util</pattern>
    <shadedPattern>org.shaded.plexus.util</shadedPattern>
    <excludes>
      <exclude>org.codehaus.plexus.util.xml.Xpp3Dom</exclude>
      <exclude>org.codehaus.plexus.util.xml.pull.*</exclude>
    </excludes>
  </relocation>
</relocations>

> Make prefix configurable in SimpleRelocator
> -------------------------------------------
>
>                 Key: MSHADE-2
>                 URL: http://jira.codehaus.org/browse/MSHADE-2
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Improvement
>            Reporter: Mauro Talevi
>            Assignee: Mauro Talevi
>            Priority: Minor
>
> Currency SimpleRelocator prefixes class name with "hidden".  This behaviour, while adeguate as default, should be configurable.

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