Class ChangeStorePasswordMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.keytool.AbstractKeyToolMojo
org.codehaus.mojo.keytool.ChangeStorePasswordMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="changeStorePassword",
threadSafe=true)
public class ChangeStorePasswordMojo
extends AbstractKeyToolMojo
To change the store password of a keystore.
Uses Java KeyStore API directly.
See keystore documentation.
- Since:
- 1.2
- Author:
- tchemit
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractKeyToolMojo
createParentDirIfNecessary, getMessage, getMessage, getMessage, isSkip, isVerbose, setSkip, setVerboseMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ChangeStorePasswordMojo
public ChangeStorePasswordMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-