Uses of Class
org.openrewrite.maven.AbstractRewriteMojo
-
Packages that use AbstractRewriteMojo Package Description org.openrewrite.maven -
-
Uses of AbstractRewriteMojo in org.openrewrite.maven
Subclasses of AbstractRewriteMojo in org.openrewrite.maven Modifier and Type Class Description classCycloneDxBomMojoGenerate a CycloneDx bill of materials outlining the project's dependencies, including transitive dependencies.classRewriteDiscoverMojoGenerate a report of available recipes found on the classpath.
./mvnw rewrite:discover -Ddetail=true -Drecipe=<recipe-name>to display recipe configuration details.classRewriteDryRunMojoGenerate warnings to the console for any recipe that would make changes, but do not make changes.classRewriteRunMojoRun the configured recipes and apply the changes locally.
-