Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.2
-
None
-
None
-
None
Description
If you run jar:sign on a project with maven-plugin packaging, jarsigner is run with the argument '<build dir>/<projectname><version>.maven-plugin' instead of '<build dir>/<projectname><version>.jar'.
A workaround is to add the configuration: <jarPath>${project.build.directory}/${project.build.finalName}.jar</jarPath> which is not very elegant.
Attachments
Issue Links
- is related to
-
MJAR-127 Deprecate jarsigner related goals in favor of dedicated maven-jarsigner-plugin
- Closed