Class AbstractRewriteDryRunMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    RewriteDryRunMojo, RewriteDryRunNoForkMojo

    public class AbstractRewriteDryRunMojo
    extends AbstractRewriteMojo
    Base mojo for rewrite:dryRun and rewrite:dryRunNoFork. Generate warnings to the console for any recipe that would make changes, but do not make changes.
    • Constructor Detail

      • AbstractRewriteDryRunMojo

        public AbstractRewriteDryRunMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException