Package org.openrewrite.maven
-
Class Summary Class Description AbstractRewriteMojo AbstractRewriteMojo.ResultsContainer CycloneDxBomMojo Generate a CycloneDx bill of materials outlining the project's dependencies, including transitive dependencies.MavenLoggingMeterRegistry MeterRegistryProvider RewriteDiscoverMojo Generate a report of available recipes found on the classpath.
./mvnw rewrite:discover -Ddetail=true -Drecipe=<recipe-name>to display recipe configuration details.RewriteDryRunMojo Generate warnings to the console for any recipe that would make changes, but do not make changes.RewriteRunMojo Run the configured recipes and apply the changes locally.