Package org.wurbelizer.maven
Class WurbelMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.wurbelizer.maven.AbstractWurbelizerMojo
org.wurbelizer.maven.AbstractWurbelMojo
org.wurbelizer.maven.WurbelMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="wurbel",
defaultPhase=PROCESS_SOURCES,
configurator="set-classrealm",
requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
public class WurbelMojo
extends AbstractWurbelMojo
Wurbel sources.
Scans the sources for @wurblet anchors and executes the wurblets. The generated code from the wurblets is merged into the sources.
Scans the sources for @wurblet anchors and executes the wurblets. The generated code from the wurblets is merged into the 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
-
WurbelMojo
public WurbelMojo()
-
-
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
-