Issue Type: Bug Bug
Affects Versions: 1.2
Assignee: Unassigned
Created: 23/May/13 5:47 AM
Description:

In org.codehaus.mojo.keytool.DefaultKeyToolCommandLineBuilder

srcstorepass and deststorepass are not well filled:

addArgIfNotEmpty( cli, "-srcstorepass", request.getSrckeypass() );
addArgIfNotEmpty( cli, "-deststorepass", request.getDestkeypass() );

to change with

addArgIfNotEmpty( cli, "-srcstorepass", request.getSrcstorepass() );
addArgIfNotEmpty( cli, "-deststorepass", request.getDeststorepass() );

Do this in any implementation modules

Project: Maven 2.x Keytool Plugin
Priority: Blocker Blocker
Reporter: Tony Chemit
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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to