GitHub user Riduidel opened a pull request: https://github.com/apache/maven-plugins/pull/6
Updated shade mojo to use another artifactId This pull request correspond to a mail i sent later on to maven-dev concerning one issue with maven-shade-plugin. Although there is a `shadedArtifactId` field declared in ShadeMojo, it is absolutely unused. I used that field to create a new project using that artifactId, instead of standard one. I didn't wrote a test, as the current testing infrastructure seems strange to use. If a test is mandatory, I would gladly write one, provided someone mentors me on that subject. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Riduidel/maven-plugins trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-plugins/pull/6.patch ---- commit ab86f3e6d354581db4bb9435414ae6773de150a2 Author: Riduidel <nicolas.dels...@gmail.com> Date: 2013-03-08T16:38:17Z Updated shade mojo to use another artifactId ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org