Package org.openrewrite.maven
Class RewriteFixMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.openrewrite.maven.AbstractRewriteMojo
-
- org.openrewrite.maven.RewriteFixMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="fix", requiresDependencyResolution=TEST, threadSafe=true) @Execute(phase=PROCESS_TEST_CLASSES) public class RewriteFixMojo extends AbstractRewriteMojo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openrewrite.maven.AbstractRewriteMojo
AbstractRewriteMojo.ChangesContainer
-
-
Field Summary
-
Fields inherited from class org.openrewrite.maven.AbstractRewriteMojo
activeRecipes, project
-
-
Constructor Summary
Constructors Constructor Description RewriteFixMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.openrewrite.maven.AbstractRewriteMojo
environment, listChanges, listJavaSources, logVisitorsThatMadeChanges
-
-