Class RewriteRunNoForkMojo

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

    @Mojo(name="runNoFork",
          requiresDependencyResolution=TEST,
          threadSafe=true,
          defaultPhase=COMPILE)
    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 Detail

      • RewriteRunNoForkMojo

        public RewriteRunNoForkMojo()