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

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

commit 016800b61f7e716a81a5a8c2ce86fd0d41c1909f
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 23 21:52:19 2019 +0100

    Minor corrections after building 1.1.1-SNAPSHOT locally.
---
 HOWTO-RELEASE.txt | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt
index 60ae07c..f4a5b32 100644
--- a/HOWTO-RELEASE.txt
+++ b/HOWTO-RELEASE.txt
@@ -61,7 +61,13 @@ Create native build scripts
 
 cd /src/native/unix
 sh support/buildconf.sh
-rm -rf automate.cache
+rm -rf autom4te.cache
+
+
+Clean the build directories
+---------------------------
+
+mvn clean
 
 
 Native build
@@ -79,7 +85,6 @@ Maven tasks
 
 To deploy the Java jars to the Nexus staging repo:
 
-mvn clean
 mvn deploy -Prelease [-Ptest-deploy]
 
 The test-deploy profile will deploy to target/deploy; omit for the live deploy

Reply via email to