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
  • Constructor Details

    • ChangeStorePasswordMojo

      public ChangeStorePasswordMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException