Uses of Class
org.wurbelizer.maven.AbstractWurbelizerMojo
Packages that use AbstractWurbelizerMojo
-
Uses of AbstractWurbelizerMojo in org.wurbelizer.maven
Subclasses of AbstractWurbelizerMojo in org.wurbelizer.mavenModifier and TypeClassDescriptionclassBase class for the wurbel mojos.
Scans the sources for @wurblet anchors and executes the wurblets.classWurbel test sources.
Scans the test sources for @wurblet anchors and executes the wurblets.classWurbel sources.
Scans the sources for @wurblet anchors and executes the wurblets.classWurbile Wurblets.
The wurblet sources (wrbl-files) are translated to Java-sources and ser-files (serialized fixed text) and then compiled to Java class files.
Those class files can later be instantiated as code generators by the Wurbler.
See the wurbelizer:wurbel goal.