Using jarsign without -storepass will prompt for the keystore password, which will break our automated build (no human intervention)
If we use jarsign with -storepass, then this will effectively log the password in cleartext in the build log.
Is there another way to pass storepass without using the command-line?