rewrite:run – rewrite-maven-plugin (original) (raw)

Run the configured recipes and apply the changes locally.

This variant of rewrite:run will fork the maven life cycle and can be run as a "stand-alone" goal. It will execute the maven build up to the process-test-classes phase.

Parameter Details

No description.


No description.


Allows adding additional plain text masks without overriding the defaults.


No description.


No description.


No description.


No description.


No description.


Whether to throw an exception if an activeRecipe fails configuration validation. This may happen if the activeRecipe is improperly configured, or any downstream recipes are improperly configured.

For the time, this default is "false" to prevent one improper recipe from failing the build. In the future, this default may be changed to "true" to be more restrictive.


No description.


Override default plain text masks. If this is specified, rewrite.additionalPlainTextMasks will have no effect.


No description.


No description.


No description.


The level used to log changes performed by recipes.


Whether to resolve properties in YAML configuration files, like${project.artifactId }. Default true; set to false to disable.


No description.


No description.


No description.


When enabled, skip parsing Maven `pom.xml`s, and any transitive poms, as source files. This can be an efficiency improvement in certain situations.