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/07/16 17:17:26 UTC

[jira] Created: (MSHADE-38) Names of excluded packages are relocated

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

        

[jira] Closed: (MSHADE-38) Names of excluded packages are relocated

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSHADE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MSHADE-38.
-----------------------------------

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

Fixed in [r677304|http://svn.apache.org/viewvc?view=rev&revision=677304], SNAPSHOT deployed.

> 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
>            Assignee: Benjamin Bentmann
>            Priority: Blocker
>             Fix For: 1.2
>
>
> 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