Names of excluded packages are relocated
----------------------------------------

                 Key: MSHADE-38
                 URL: http://jira.codehaus.org/browse/MSHADE-38
             Project: Maven 2.x Shade Plugin
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Benjamin Bentmann
            Priority: Blocker


For the configuration
{code:xml}
<relocation>
  <pattern>org.codehaus.plexus.util</pattern>
  <excludes>
    <exclude>org.codehaus.plexus.util.xml.pull.*</exclude>
  </excludes>
</relocation>
{code}
a source code statement like
{code:java}
child.getContainerRealm().importFrom("plexus.core", 
"org.codehaus.plexus.util.xml.pull");
{code}
is erroneously changed to
{code:java}
child.getContainerRealm().importFrom("plexus.core", 
"hidden.org.codehaus.plexus.util.xml.pull");
{code}


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