Fork me on GitHub

keytool:deleteAlias

Full name:

org.codehaus.mojo:keytool-maven-plugin:2.0.2:deleteAlias

Description:

To delete an entry alias from 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
<alias> String - No description.
<keystore> File - No description.
Default: ${project.build.directory}/keystore

Optional Parameters

Name Type Since 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: Yes

<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