Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
version 2.1, maven 3.0.5
-
Patch
Description
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);