Package org.openrewrite.maven
Class RewriteWarnMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.openrewrite.maven.AbstractRewriteMojo
-
- org.openrewrite.maven.RewriteWarnMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="warn", requiresDependencyResolution=TEST, threadSafe=true, defaultPhase=PROCESS_TEST_CLASSES) @Execute(phase=PROCESS_TEST_CLASSES) public class RewriteWarnMojo 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 RewriteWarnMojo()
-
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
-
-