keytool:changeKeyPassword
Full name:
org.codehaus.mojo:keytool-maven-plugin:2.0.2:changeKeyPassword
Description:
To change the key password of an entry of a keystore. Uses Java KeyStore API directly. See keytool documentation.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.2.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<alias> |
String |
- |
Alias. |
<keypass> |
String |
1.2 |
Key password. See options. |
<keystore> |
File |
- |
Keystore location. |
<newPassword> |
String |
1.2 |
New password. See keytool options. |
<skip> |
boolean |
1.1 |
Set to true to disable the plugin.Default: false |
<storepass> |
String |
- |
Keystore password. |
<storetype> |
String |
- |
Keystore type. |
<verbose> |
boolean |
- |
Enable verbose mode (in mojo and in keytool command). See keytool options. Default: false |
Parameter Details
<alias>
Alias.
- Type:
java.lang.String - Required:
No
<keypass>
Key password. See options.
- Type:
java.lang.String - Since:
1.2 - Required:
No
<keystore>
Keystore location.
- Type:
java.io.File - Required:
No
<newPassword>
New password. See keytool options.
- Type:
java.lang.String - Since:
1.2 - Required:
No
<skip>
Set to
true to disable the plugin.- Type:
boolean - Since:
1.1 - Required:
No - Default:
false
<storepass>
Keystore password.
- Type:
java.lang.String - Required:
No
<storetype>
Keystore type.
- Type:
java.lang.String - Required:
No
<verbose>
Enable verbose mode (in mojo and in keytool command). See keytool options.
- Type:
boolean - Required:
No - Default:
false

