Package org.openrewrite.maven
Class RewriteDryRunMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.openrewrite.maven.AbstractRewriteMojo
-
- org.openrewrite.maven.RewriteDryRunMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="dryRun", requiresDependencyResolution=TEST, threadSafe=true, defaultPhase=PROCESS_TEST_CLASSES) @Execute(phase=PROCESS_TEST_CLASSES) public class RewriteDryRunMojo extends AbstractRewriteMojoGenerate warnings to the console for any recipe that would make changes, but do not make changes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openrewrite.maven.AbstractRewriteMojo
AbstractRewriteMojo.ResultsContainer
-
-
Field Summary
-
Fields inherited from class org.openrewrite.maven.AbstractRewriteMojo
activeRecipes, activeStyles, project, suppressWarnings
-
-
Constructor Summary
Constructors Constructor Description RewriteDryRunMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.openrewrite.maven.AbstractRewriteMojo
environment, executionContext, getBaseDir, getRecipeDescriptor, listJavaSources, listResults, logRecipesThatMadeChanges, parseMaven
-
-