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-numbers.git
commit 23fa9531a46790e9c5907c0e692ec35601347638 Author: aherbert <aherb...@apache.org> AuthorDate: Fri Oct 14 11:08:50 2022 +0100 Update test command dryRun flag is set in the test-deploy profile site:stage is required for multi-module site --- 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 284edebd..b8594c78 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -98,7 +98,7 @@ that the build process can create all the necessary artifacts. (1a) The command - $ JAVA_HOME="__Path_to_a_JDK__" mvn -Duser.name="__Your_Apache_id__" -Dcommons.release.dryRun=true -Ptest-deploy -Prelease clean test package site deploy + $ JAVA_HOME="__Path_to_a_JDK__" mvn -Duser.name="__Your_Apache_id__" -Ptest-deploy -Prelease clean test package site site:stage deploy should create the artifacts in the "target/deploy" directory.