All Classes
-
Class Summary Class Description AbstractRewriteMojo AbstractRewriteMojo.ResultsContainer CycloneDxBomMojo Generate a CycloneDx bill of materials outlining the project's dependencies, including transitive dependencies.HelpMojo Display help information on rewrite-maven-plugin.
Callmvn rewrite:help -Ddetail=true -Dgoal=<goal-name>to display parameter details.MavenLoggingMeterRegistry MeterRegistryProvider RecipeDescriptorTree Used for traversing around the collection of available RecipeDescriptors in the environment.RecipeDescriptorTreePrompter Interactive shell to select and explore available options in the environment.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.