Class RewriteRunMojo

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

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

      • RewriteRunMojo

        public RewriteRunMojo()