Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: None
-
Labels:None
-
Environment:m11b3
-
Number of attachments :
Description
The plugin:plugin goal uses ${maven.jar.final.name} as build artifact, but all other goals (install, deploy...) use ${maven.final.name}.jar. This should have been fixed with the patch attached to MPJAVA-8, but it hasn't.
Now using ${maven.final.name}.jar everywhere. Plugins need standard names so they can be uninstalled properly.