anukalp2804 commented on code in PR #1448:
URL: https://github.com/apache/maven-release/pull/1448#discussion_r2690643370
##########
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java:
##########
@@ -86,15 +86,10 @@ 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>.
- *
- * @deprecated The <code>release-profile</code> profile will be removed
from future versions of the super POM
+ * Whether to use the default {@code release-profile} from the Maven super
POM, which adds sources and javadocs to the released artifacts when appropriate.
Review Comment:
Thanks for the review. I’ve updated the Javadoc to document the replacement
approach as suggested.
--
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]