Uses of Class
org.openrewrite.maven.ConfigurableRewriteMojo
-
Packages that use ConfigurableRewriteMojo Package Description org.openrewrite.maven -
-
Uses of ConfigurableRewriteMojo in org.openrewrite.maven
Subclasses of ConfigurableRewriteMojo in org.openrewrite.maven Modifier and Type Class Description classAbstractRewriteMojoclassConfigureMojoclassCycloneDxBomMojoGenerate a CycloneDx bill of materials outlining the project's dependencies, including transitive dependencies.classInitMojoclassRemoveMojoclassRewriteDiscoverMojoGenerate 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.
-