Class CleanKeyMojo

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

    @Mojo(name="clean",
          defaultPhase=CLEAN)
    public class CleanKeyMojo
    extends AbstractKeyToolMojo
    A Mojo that deletes a generated keystore file.
    Version:
    $Revision$
    • Field Detail

      • keystore

        @Parameter
        private java.lang.String keystore
        See options.
    • Constructor Detail

      • CleanKeyMojo

        public CleanKeyMojo()
    • Method Detail

      • getKeystore

        public final java.lang.String getKeystore()
        Returns:
        Returns the keystore.
      • setKeystore

        public final void setKeystore​(java.lang.String keystore)
        Parameters:
        keystore - The keystore to set.
      • execute

        public void execute()