keytool:list
Full name:
org.codehaus.mojo:keytool-maven-plugin:2.0.2:list
Description:
To list entries in a keystore using Java KeyStore API. See keytool documentation.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.2.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<keystore> |
File |
- |
No description. Default: ${project.build.directory}/keystore |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<alias> |
String |
- |
No description. |
<skip> |
boolean |
1.1 |
Set to true to disable the plugin.Default: false |
<storepass> |
String |
- |
No description. |
<storetype> |
String |
- |
No description. |
<verbose> |
boolean |
- |
Enable verbose mode (in mojo and in keytool command). See keytool options. Default: false |
Parameter Details
<alias>
No description.
- Type:
java.lang.String - Required:
No
<keystore>
No description.
- Type:
java.io.File - Required:
Yes - Default:
${project.build.directory}/keystore
<skip>
Set to
true to disable the plugin.- Type:
boolean - Since:
1.1 - Required:
No - Default:
false
<storepass>
No description.
- Type:
java.lang.String - Required:
No
<storetype>
No description.
- 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

