You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "David Boden (JIRA)" <ji...@codehaus.org> on 2006/01/24 18:58:06 UTC

[jira] Created: (MJAR-18) JarSignVerifyMojo - Handle unsigned jar files

JarSignVerifyMojo - Handle unsigned jar files
---------------------------------------------

         Key: MJAR-18
         URL: http://jira.codehaus.org/browse/MJAR-18
     Project: Maven 2.x Jar Plugin
        Type: Improvement

    Versions: 2.1    
    Reporter: David Boden


The Mojo searches for the string:
jar verified.

If it doesn't find this string in the output, it throws a MojoExecutionException.

However, what about the case where the jar is unsigned. The string that the jarsigner tool outputs is:
jar is unsigned. (signatures missing or not parsable)

How about an option to ignore unsigned jar files?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org