Package org.wurbelizer.maven
Class TestWurbelMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.wurbelizer.maven.AbstractWurbelizerMojo
org.wurbelizer.maven.AbstractWurbelMojo
org.wurbelizer.maven.TestWurbelMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="test-wurbel",
defaultPhase=PROCESS_TEST_SOURCES,
configurator="set-classrealm",
requiresDependencyResolution=TEST)
public class TestWurbelMojo
extends AbstractWurbelMojo
Wurbel test sources.
Scans the test sources for @wurblet anchors and executes the wurblets. The generated code from the wurblets is merged into the test sources.
Scans the test sources for @wurblet anchors and executes the wurblets. The generated code from the wurblets is merged into the test sources.
- Author:
- harald
-
Field Summary
Fields inherited from class org.wurbelizer.maven.AbstractWurbelizerMojo
charset, filesets, project, resourceDirs, session, skip, verbosity, verbosityLevel
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the directory for additional files generated by preceeding phases provided for wurblets.Gets the directory holding the sources to be wurbelized.Methods inherited from class org.wurbelizer.maven.AbstractWurbelMojo
createExtraProperties, createWurbler, execute, setClassRealm, validate
Methods inherited from class org.wurbelizer.maven.AbstractWurbelizerMojo
determineEncoding, determineVerbosity, exportExtraProperties, findResourceDirs, getPathRelativeToBasedir, getResourceDirName, isSkipped
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
TestWurbelMojo
public TestWurbelMojo()
-
-
Method Details
-
getSourceDir
Description copied from class:AbstractWurbelMojo
Gets the directory holding the sources to be wurbelized.- Specified by:
getSourceDir
in classAbstractWurbelMojo
- Returns:
- the sources directory
-
getAnalyzeDir
Description copied from class:AbstractWurbelMojo
Gets the directory for additional files generated by preceeding phases provided for wurblets.- Specified by:
getAnalyzeDir
in classAbstractWurbelMojo
- Returns:
- the analyze-directory
-