Class CleanKeyMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    public class CleanKeyMojo
    extends AbstractKeyToolMojo
    A Mojo that deletes a generated keystore file.
    Version:
    $Revision$
    Author:
    Sharmarke Aden (saden), $Author$
    • Constructor Detail

      • CleanKeyMojo

        public CleanKeyMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Remove the keystore file from the working directory. If it doesn't exist, do nothing?
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
        See Also:
        Mojo.execute()