Viktor Sadovnikov created MSHADE-159:
----------------------------------------

             Summary: Chained shading fails
                 Key: MSHADE-159
                 URL: https://jira.codehaus.org/browse/MSHADE-159
             Project: Maven Shade Plugin
          Issue Type: Bug
    Affects Versions: 2.1
         Environment: MacOS with jdk1.7.0_45
            Reporter: Viktor Sadovnikov


* Multi-module project with modules A, B and C;
* B shades-in a number of classes from A and shade plug-in replaces original B 
artifact
* C shades-in classes from B, including those, which are originally from A

If "mvn clean install" is executed on parent level, classes from A are missing 
in resulted C. However if "mvn clean install" is executed from C module (and 
plug-in gets B from local repo) classes from A are available in C.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to