bitstrings / nbm-maven

Fork of nbm-maven-plugin -> https://github.com/mojohaus/nbm-maven-plugin
Apache License 2.0
4 stars 0 forks source link

Signing Process forgets "-storetype" parameter #4

Open ghost opened 10 years ago

ghost commented 10 years ago

Since today I'm using PCKS#12 keystores. After about 403 jarsigner calls (4 parallel threads) the maven debug output gives me the information, that the "-storetype pkcs12" parameter was lost. This ends up into RuntimeExceptions with message "keystore load: Invalid keystore format" As a workaround I'll give the default JKS format another try.

bitstrings commented 10 years ago

Wow I think I got this error a long time ago before I forked nbm-maven...

I remember I switched to JKS and never got it again.

I will investigate.

bitstrings commented 10 years ago

new version 3.13.2 should fix this.