Hi all guys, I'm using Maven Jar signer ver. 1.3.1 plugin and for security reasons I've encrypted the key store password with Maven encryption mechanism. All works fine, but if I enable verbose output, it print out the command line with the keystore password in clear text.
here is an example: [INFO] cmd.exe /X /C ""C:\Program Files\Java\jdk1.7.0_51\jre\..\bin\jarsigner.exe" -verbose -keystore mc-keystore -storepass mypassword is it possible to obfuscate the password? thanks a lot -- Marco Speranza <marcospera...@apache.org> <http://code.google.com/u/marco.speranza79/>