class |
AbstractRewriteDryRunMojo |
Base mojo for rewrite:dryRun and rewrite:dryRunNoFork.
|
class |
AbstractRewriteRunMojo |
Run the configured recipes and apply the changes locally.
|
class |
ConfigureMojo |
Configure rewrite-maven-plugin (or any other plugin) in the project.
For example:
./mvnw rewrite:configure -DactiveRecipes=org.openrewrite.java.spring.boot2.SpringBoot1To2Migration -Ddependencies=org.openrewrite.recipe:rewrite-spring:4.17.0
|
class |
CycloneDxBomMojo |
Generate a CycloneDx bill of materials outlining the project's dependencies, including transitive dependencies.
|
class |
InitMojo |
Add rewrite-maven-plugin (or any other plugin) to the project.
For example:
./mvnw rewrite:init -DactiveRecipes=org.openrewrite.java.spring.boot2.SpringBoot1To2Migration -Ddependencies=org.openrewrite.recipe:rewrite-spring:4.17.0
|
class |
RemoveMojo |
Remove rewrite-maven-plugin (or any other plugin) from the project.
For example:
./mvnw rewrite:remove
|
class |
RewriteDiscoverMojo |
Generate a report of available recipes found on the classpath.
./mvnw rewrite:discover -Ddetail=true -Drecipe=<recipe-name> to display recipe configuration details.
|
class |
RewriteDryRunMojo |
Generate warnings to the console for any recipe that would make changes, but do not make changes.
|
class |
RewriteDryRunNoForkMojo |
Generate warnings to the console for any recipe that would make changes, but do not make changes.
|
class |
RewriteRunMojo |
Run the configured recipes and apply the changes locally.
|
class |
RewriteRunNoForkMojo |
Run the configured recipes and apply the changes locally.
|