You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2009/10/28 19:42:28 UTC

[jira] Closed: (MJAR-130) Sign goal fails on projects with maven-plugin packaging

     [ http://jira.codehaus.org/browse/MJAR-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MJAR-130.
--------------------------------

    Resolution: Won't Fix

> 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