elharo commented on code in PR #1448:
URL: https://github.com/apache/maven-release/pull/1448#discussion_r2672127056


##########
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java:
##########
@@ -62,7 +62,16 @@ public class PrepareReleaseMojo extends 
AbstractScmReadWriteReleaseMojo {
     private boolean resume;
 
     /**
-     * @deprecated Please use release:prepare-with-pom instead.
+     * Controls whether the plugin should generate release POMs during the
+     * prepare phase.
+     *
+     * @deprecated This flag is no longer the preferred way to perform a
+     *             release. Use the dedicated {@code release:prepare-with-pom}

Review Comment:
   just "Use the {@code release:prepare-with-pom} goal instead."



##########
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java:
##########
@@ -62,7 +62,16 @@ public class PrepareReleaseMojo extends 
AbstractScmReadWriteReleaseMojo {
     private boolean resume;
 
     /**
-     * @deprecated Please use release:prepare-with-pom instead.
+     * Controls whether the plugin should generate release POMs during the
+     * prepare phase.
+     *
+     * @deprecated This flag is no longer the preferred way to perform a

Review Comment:
   delete "This flag is no longer the preferred way to perform a release."



##########
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java:
##########
@@ -86,15 +86,22 @@ public class PerformReleaseMojo extends 
AbstractScmReadReleaseMojo {
     private boolean localCheckout;
 
     /**
-     * Whether to use the default release profile (Maven 2 and 3) that adds 
sources and javadocs to the released
-     * artifact, if appropriate. If set to true, the release plugin sets the 
property "<code>performRelease</code>" to
-     * true, which activates the profile "<code>release-profile</code>" as 
inherited from
-     * <a href="/ref/3.8.5/maven-model-builder/super-pom.html">the super 
pom</a>.
+     * Whether to use the default {@code release-profile} from the Maven
+     * super POM (Maven 2 and 3), which adds sources and javadocs to the

Review Comment:
   delete (Maven 2 and 3),



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to