You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Richard Sand (JIRA)" <ji...@codehaus.org> on 2013/09/05 08:00:57 UTC

[jira] (MSHADE-155) dependency-reduced-pom should use shadedArtifactId

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