keytool:clean

Full name:

org.codehaus.mojo:keytool-maven-plugin:1.6-SNAPSHOT:clean

Description:

A Mojo that deletes a generated keystore file.

Attributes:

  • Requires a Maven project to be executed.
  • 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 value is: false.
verbose boolean - Enable verbose mode (in mojo and in keytool command). See options.
Default value is: 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 options.
  • Type: boolean
  • Required: No
  • Default: false