You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/08/01 12:27:48 UTC

[commons-release-plugin] branch master updated: Don't define RM details in POM

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 990c5e4  Don't define RM details in POM
990c5e4 is described below

commit 990c5e4e3ffc424a8755c0cd613289072e87c18d
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 1 13:27:41 2020 +0100

    Don't define RM details in POM
---
 src/main/scripts/generate-xdocs.mojos.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/scripts/generate-xdocs.mojos.xml b/src/main/scripts/generate-xdocs.mojos.xml
index 13eefbb..6c8ac4b 100755
--- a/src/main/scripts/generate-xdocs.mojos.xml
+++ b/src/main/scripts/generate-xdocs.mojos.xml
@@ -154,7 +154,7 @@
           <readonly>false</readonly>
           <defaultValue>${commons.releaseManagerName}</defaultValue>
           <type>java.lang.String</type>
-          <description>Release manager name.</description>
+          <description>Release manager name. This should be defined in your Maven settings.xml file, not the POM.</description>
         </parameter>
         <parameter>
           <name>commons.releaseManagerKey</name>
@@ -163,7 +163,7 @@
           <readonly>false</readonly>
           <defaultValue>${commons.releaseManagerKey}</defaultValue>
           <type>java.lang.String</type>
-          <description>Release manager key.</description>
+          <description>Release manager key. This should be defined in your Maven settings.xml file, not the POM.</description>
         </parameter>
         <parameter>
           <name>commons.nexus.repo.id</name>