Package org.seedstack.maven
Class CryptMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.seedstack.maven.AbstractExecutableMojo
-
- org.seedstack.maven.CryptMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="crypt", requiresProject=true, threadSafe=true, defaultPhase=VALIDATE, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) @Execute(phase=PROCESS_CLASSES) public class CryptMojo extends AbstractExecutableMojoDefines the crypt goal. This goal runs the crypt Seed tool which crypts the given argument using a key/pair in the master keystore of the application.
-
-
Constructor Summary
Constructors Constructor Description CryptMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()ContextgetContext()-
Methods inherited from class org.seedstack.maven.AbstractExecutableMojo
execute
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getContext
public Context getContext()
-
-