keytool:clean
Full name:
org.codehaus.mojo:keytool-maven-plugin:2.0.2:clean
Description:
A Mojo that deletes a generated keystore file.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
clean.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<keystore> |
String |
- |
See options. |
<skip> |
boolean |
1.1 |
Set to true to disable the plugin.Default: false |
<verbose> |
boolean |
- |
Enable verbose mode (in mojo and in keytool command). See keytool options. Default: false |
Parameter Details
<keystore>
See options.
- Type:
java.lang.String - Required:
No
<skip>
Set to
true to disable the plugin.- Type:
boolean - Since:
1.1 - Required:
No - Default:
false
<verbose>
Enable verbose mode (in mojo and in keytool command). See keytool options.
- Type:
boolean - Required:
No - Default:
false

