This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8a40870 Replace Subversion with Git
8a40870 is described below
commit 8a40870b31327e69c8632e1408373d955ecb6948
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 10:16:42 2025 -0500
Replace Subversion with Git
---
src/site/xdoc/download-page.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml
index fa448e9..d282774 100644
--- a/src/site/xdoc/download-page.xml
+++ b/src/site/xdoc/download-page.xml
@@ -35,7 +35,7 @@
<p>
The above command generates an <i>xdoc</i> page named
download_<i>componentid</i><b>.xml</b> in either the <code>xdocs</code>
- or <code>src/site/xdoc</code> directory (depending on which
exists), which should be checked into subversion.
+ or <code>src/site/xdoc</code> directory (depending on which
exists), which should be checked into git.
This will cause a download_<i>componentid</i><b>.html</b> page
to be generated when the <code>mvn site</code> is run.
Remember to add a <i>Download</i> link to
download_<i>componentid</i><b>.cgi</b> to the maven <code>site.xml</code>.
</p>