Package org.codehaus.mojo.keytool
Class CleanKeyMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.mojo.keytool.AbstractKeyToolMojo
-
- org.codehaus.mojo.keytool.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$
-
-
Constructor Summary
Constructors Constructor Description CleanKeyMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
java.lang.String
getKeystore()
void
setKeystore(java.lang.String keystore)
-
Methods inherited from class org.codehaus.mojo.keytool.AbstractKeyToolMojo
getMessage, getMessage, getMessage, isSkip, isVerbose, setSkip, setVerbose
-
-
-
-
Field Detail
-
keystore
@Parameter private java.lang.String keystore
See options.
-
-