You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/04 14:33:20 UTC

[commons-rng] 02/03: Release howto to use the -N flag for multi-module download page creation

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

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

commit a6c1b00d2512d0f7d4d1e079dbe75d72b160599f
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 4 13:58:52 2019 +0000

    Release howto to use the -N flag for multi-module download page creation
---
 doc/release/release.howto.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt
index 21aa009..99884c0 100644
--- a/doc/release/release.howto.txt
+++ b/doc/release/release.howto.txt
@@ -189,7 +189,7 @@ In particular:
 The "download" page template is located at "src/site/xdoc/download_rng.xml".
 This file is updated automatically by running the command:
 
-  $ mvn -Pcommons-rng-examples commons-build:download-page
+  $ mvn -N -Pcommons-rng-examples commons-build:download-page
 
 
 (7)