Class TestWurbelMojo

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

    • TestWurbelMojo

      public TestWurbelMojo()
  • Method Details