Class RewriteRunMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="run", requiresDependencyResolution=TEST, threadSafe=true, defaultPhase=PROCESS_TEST_CLASSES) @Execute(phase=PROCESS_TEST_CLASSES) public class RewriteRunMojo extends AbstractRewriteRunMojo
Run the configured recipes and apply the changes locally.

This variant of rewrite:run will fork the maven life cycle and can be run as a "stand-alone" goal. It will execute the maven build up to the process-test-classes phase.

  • Constructor Details

    • RewriteRunMojo

      public RewriteRunMojo()