You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ryan Perkins (JIRA)" <ji...@codehaus.org> on 2007/08/06 13:04:13 UTC

[jira] Created: (MJAR-78) jar:sign skip option does not work

jar:sign skip option does not work
----------------------------------

                 Key: MJAR-78
                 URL: http://jira.codehaus.org/browse/MJAR-78
             Project: Maven 2.x Jar Plugin
          Issue Type: Bug
    Affects Versions: 2.1, 2.2
            Reporter: Ryan Perkins
            Priority: Minor
             Fix For: 2.2


The skip option added to jar:sign in MJAR-23 prints a message saying that signing will be skipped, but signing still happens.

-- 
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-78) jar:sign skip option does not work

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAR-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MJAR-78.
----------------------------

    Resolution: Fixed

submitted in rev 601888.
Thanks!

> jar:sign skip option does not work
> ----------------------------------
>
>                 Key: MJAR-78
>                 URL: http://jira.codehaus.org/browse/MJAR-78
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>          Components: sign
>    Affects Versions: 2.1, 2.2
>            Reporter: Ryan Perkins
>            Assignee: Olivier Lamy
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: MJAR-78-maven-jar-plugin.patch
>
>
> The skip option added to jar:sign in MJAR-23 prints a message saying that signing will be skipped, but signing still happens.

-- 
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] Issue Comment Edited: (MJAR-78) jar:sign skip option does not work

Posted by "Ryan Perkins (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAR-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104083 ] 

Ryan Perkins edited comment on MJAR-78 at 8/6/07 6:07 AM:
----------------------------------------------------------

Patch adds a return statement after printing the message about skipping jar signing, so that signing will actually not happen.


 was:
Added return statement after message about skipping jar signing, so that signing will actually not happen.

> jar:sign skip option does not work
> ----------------------------------
>
>                 Key: MJAR-78
>                 URL: http://jira.codehaus.org/browse/MJAR-78
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1, 2.2
>            Reporter: Ryan Perkins
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: MJAR-78-maven-jar-plugin.patch
>
>
> The skip option added to jar:sign in MJAR-23 prints a message saying that signing will be skipped, but signing still happens.

-- 
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-78) jar:sign skip option does not work

Posted by "Jerome Lacoste (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAR-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108907 ] 

Jerome Lacoste commented on MJAR-78:
------------------------------------

Can someone check in this trivial patch ?

> jar:sign skip option does not work
> ----------------------------------
>
>                 Key: MJAR-78
>                 URL: http://jira.codehaus.org/browse/MJAR-78
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>          Components: sign
>    Affects Versions: 2.1, 2.2
>            Reporter: Ryan Perkins
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: MJAR-78-maven-jar-plugin.patch
>
>
> The skip option added to jar:sign in MJAR-23 prints a message saying that signing will be skipped, but signing still happens.

-- 
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] Updated: (MJAR-78) jar:sign skip option does not work

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAR-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MJAR-78:
--------------------------------

    Component/s: sign

> jar:sign skip option does not work
> ----------------------------------
>
>                 Key: MJAR-78
>                 URL: http://jira.codehaus.org/browse/MJAR-78
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>          Components: sign
>    Affects Versions: 2.1, 2.2
>            Reporter: Ryan Perkins
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: MJAR-78-maven-jar-plugin.patch
>
>
> The skip option added to jar:sign in MJAR-23 prints a message saying that signing will be skipped, but signing still happens.

-- 
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] Updated: (MJAR-78) jar:sign skip option does not work

Posted by "Ryan Perkins (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAR-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Perkins updated MJAR-78:
-----------------------------

    Attachment: MJAR-78-maven-jar-plugin.patch

Added return statement after message about skipping jar signing, so that signing will actually not happen.

> jar:sign skip option does not work
> ----------------------------------
>
>                 Key: MJAR-78
>                 URL: http://jira.codehaus.org/browse/MJAR-78
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1, 2.2
>            Reporter: Ryan Perkins
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: MJAR-78-maven-jar-plugin.patch
>
>
> The skip option added to jar:sign in MJAR-23 prints a message saying that signing will be skipped, but signing still happens.

-- 
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