Richard Sand created MSHADE-155:
-----------------------------------

             Summary: dependency-reduced-pom should use shadedArtifactId
                 Key: MSHADE-155
                 URL: https://jira.codehaus.org/browse/MSHADE-155
             Project: Maven Shade Plugin
          Issue Type: Bug
    Affects Versions: 2.0
         Environment: version 2.1, maven 3.0.5
            Reporter: Richard Sand


When supplying the shadedArtifactId parameter and generate a 
dependency-reduced-pom, the reduced pom should use this artifactId.

This is a 1-line fix in ShadeMojo.createDependencyReducedPom() - simply add:

model.setArtifactId(shadedArtifactId);



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