Class WurbelMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
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.
Author:
harald
  • Constructor Details

    • WurbelMojo

      public WurbelMojo()
  • Method Details