Class RewriteRunNoForkMojo

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

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

This variant of rewrite:run will not fork the maven life cycle and can be used (along with other goals) without triggering repeated life-cycle events.

  • Constructor Details

    • RewriteRunNoForkMojo

      public RewriteRunNoForkMojo()