Sign goal fails on projects with maven-plugin packaging -------------------------------------------------------
Key: MJAR-130 URL: http://jira.codehaus.org/browse/MJAR-130 Project: Maven 2.x Jar Plugin Issue Type: Bug Affects Versions: 2.2 Reporter: Edd Steel 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira