Package org.seedstack.maven
Class ConfigMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.seedstack.maven.AbstractExecutableMojo
-
- org.seedstack.maven.ConfigMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="config", requiresProject=true, threadSafe=true, defaultPhase=VALIDATE, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) @Execute(phase=PROCESS_CLASSES) public class ConfigMojo extends AbstractExecutableMojoDefines the config goal. This goal runs the config Seed tool which displays all configuration options for the application.
-
-
Constructor Summary
Constructors Constructor Description ConfigMojo()
-
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()
-
-