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

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

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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ 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

        

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

Posted by "Edd Steel (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAR-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=194661#action_194661 ] 

Edd Steel commented on MJAR-130:
--------------------------------

Thanks Joerg. Might the documentation be updated?

> 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