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

[jira] Commented: (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:comment-tabpanel&focusedCommentId=194610#action_194610 ] 

Joerg Schaible commented on MJAR-130:
-------------------------------------

The jar:sign goal is deprecated, use the jarsigner plugin.

> 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