You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@codehaus.org> on 2014/01/09 16:28:45 UTC

[jira] (MJARSIGNER-34) The 'verify' goal of the plugin is passing '-keystore' but not '-storetype'.

Christian Schulte created MJARSIGNER-34:
-------------------------------------------

             Summary: The 'verify' goal of the plugin is passing '-keystore' but not '-storetype'.
                 Key: MJARSIGNER-34
                 URL: https://jira.codehaus.org/browse/MJARSIGNER-34
             Project: Maven Jar Signer Plugin
          Issue Type: Bug
    Affects Versions: 1.3.1
            Reporter: Christian Schulte
            Priority: Blocker


Upgrading the 'maven-jarsigner-plugin' from version 1.2 to version 1.3.1, the plugin stops working. In version 1.2, the 'verify' goal did not pass '-keystore' to 'jarsigner'. As of version 1.3, the 'verify' goal passes '-keystore' to 'jarsigner' but does not pass '-storetype' which makes the 'verify' goal fail with:

jarsigner error: keystore load: Invalid keystore format

due to

{xml}
<jarsigner.storetype>pkcs12</jarsigner.storetype>
{xml}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira