Package org.openrewrite.maven
Class RewritePublishMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.openrewrite.maven.AbstractRewriteMojo
-
- org.openrewrite.maven.RewritePublishMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="publish", requiresDependencyResolution=TEST, threadSafe=true, defaultPhase=PACKAGE) public class RewritePublishMojo extends AbstractRewriteMojoProduce an AST JAR and Cyclone DX BOM for publication to Maven repositories
-
-
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 RewritePublishMojo()
-
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
-
-