diff --git a/src/main/java/org/openrewrite/maven/RewriteDryRunMojo.java b/src/main/java/org/openrewrite/maven/RewriteDryRunMojo.java index d23ea7a7..cec904a3 100644 --- a/src/main/java/org/openrewrite/maven/RewriteDryRunMojo.java +++ b/src/main/java/org/openrewrite/maven/RewriteDryRunMojo.java @@ -22,7 +22,7 @@ /** * Generate warnings to the console for any recipe that would make changes, but do not make changes. - *

+ *

* This variant of rewrite:dryRun 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. */ diff --git a/src/main/java/org/openrewrite/maven/RewriteDryRunNoForkMojo.java b/src/main/java/org/openrewrite/maven/RewriteDryRunNoForkMojo.java index 0d564602..07f2fcab 100644 --- a/src/main/java/org/openrewrite/maven/RewriteDryRunNoForkMojo.java +++ b/src/main/java/org/openrewrite/maven/RewriteDryRunNoForkMojo.java @@ -21,7 +21,7 @@ /** * Generate warnings to the console for any recipe that would make changes, but do not make changes. - *

+ *

* This variant of rewrite:dryRun will not fork the maven life cycle and can be used (along with other goals) without * triggering repeated life-cycle events. It will execute the maven build up to the process-test-classes phase. */ diff --git a/src/main/java/org/openrewrite/maven/RewriteRunMojo.java b/src/main/java/org/openrewrite/maven/RewriteRunMojo.java index ea1a30f8..6dfc83f0 100644 --- a/src/main/java/org/openrewrite/maven/RewriteRunMojo.java +++ b/src/main/java/org/openrewrite/maven/RewriteRunMojo.java @@ -22,7 +22,7 @@ /** * 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. */ diff --git a/src/main/java/org/openrewrite/maven/RewriteRunNoForkMojo.java b/src/main/java/org/openrewrite/maven/RewriteRunNoForkMojo.java index f09e6559..5b469409 100644 --- a/src/main/java/org/openrewrite/maven/RewriteRunNoForkMojo.java +++ b/src/main/java/org/openrewrite/maven/RewriteRunNoForkMojo.java @@ -21,7 +21,7 @@ /** * Run the configured recipes and apply the changes locally. - *

+ *

* This variant of rewrite:run will not fork the maven life cycle and can be used (along with other goals) without * triggering repeated life-cycle events. */