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 73edd8f Derivation of commons.nexus.repo.id
73edd8f is described below
commit 73edd8fccd3e7fe480dfbcd737fe2441bbf22b6b
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 1 13:21:32 2020 +0100
Derivation of commons.nexus.repo.id
---
src/main/scripts/generate-xdocs.mojos.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/main/scripts/generate-xdocs.mojos.xml
b/src/main/scripts/generate-xdocs.mojos.xml
index 16de6ce..13eefbb 100755
--- a/src/main/scripts/generate-xdocs.mojos.xml
+++ b/src/main/scripts/generate-xdocs.mojos.xml
@@ -172,7 +172,9 @@
<readonly>false</readonly>
<defaultValue>${commons.nexus.repo.id}</defaultValue>
<type>java.lang.String</type>
- <description>The Nexus repository ID on
https://repository.apache.org/, usually a four digit number.</description>
+ <description>The Nexus repository ID on
https://repository.apache.org/, usually a four digit number.
+ This is the value after
https://repository.apache.org/content/repositories/orgapachecommons-
+ </description>
</parameter>
</parameters>
</mojo>