Package org.seedstack.maven
Class EffectiveTestConfigMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.seedstack.maven.AbstractExecutableMojo
-
- org.seedstack.maven.EffectiveTestConfigMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="effective-test-config", requiresProject=true, threadSafe=true, defaultPhase=VALIDATE, requiresDependencyResolution=TEST) @Execute(phase=PROCESS_TEST_CLASSES) public class EffectiveTestConfigMojo extends AbstractExecutableMojoDefines the effective-test-config goal. This goal runs the effective-config Seed tool with the test classpath, which dumps the effective test configuration.
-
-
Constructor Summary
Constructors Constructor Description EffectiveTestConfigMojo()
-
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()
-
-