Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.3.1
-
None
Description
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}
Attachments
Issue Links
- is related to
-
MSHARED-316 Can not pass storetype nor storepass to a verify request
- Closed