Package org.openrewrite.maven
Class RewriteRunMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.openrewrite.maven.AbstractRewriteMojo
-
- org.openrewrite.maven.RewriteRunMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="run", requiresDependencyResolution=TEST, threadSafe=true) @Execute(phase=PROCESS_TEST_CLASSES) public class RewriteRunMojo extends AbstractRewriteMojoRun the configured recipes and apply the changes locally.
-
-
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, runtime, suppressWarnings
-
-
Constructor Summary
Constructors Constructor Description RewriteRunMojo()
-
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
-
-