anukalp2804 commented on code in PR #1448:
URL: https://github.com/apache/maven-release/pull/1448#discussion_r2672635444
##########
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:
Thanks for the review. I’ve updated the Javadoc as requested.
--
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]