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

anatole pushed a commit to branch vote-0.4-incubating-01
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git

commit c1eabf9bf7949184d945476fcf8a953ba1810191
Author: Anatole Tresch <atsti...@gmail.com>
AuthorDate: Sun Aug 25 17:23:02 2019 +0200

    Updated release guide.
---
 content/release-guide.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/content/release-guide.adoc b/content/release-guide.adoc
index ecd5846..81724f8 100644
--- a/content/release-guide.adoc
+++ b/content/release-guide.adoc
@@ -183,9 +183,15 @@ Nexus.
 [listing,text]
 .Deploying the vote candidate to Apache's Nexus'
 ----
-$ mvn deploy
+$ mvn deploy -DperformRelease=true
 ----
 
+CAUTION: If you forget the _performRelease_ flag the signature files will be 
missing.
+
+NOTE: Ensure you have configured your Apache _userid_ and _password_ in your 
`settings.xml` for the Apache
+      Nexus server (id: `apache.releases.https`). Without uploading of your 
artifacts will fail.
+
+
 // Check if these commandline parameters are needed
 // -DperformRelease=true -Dgpg.keyname=[key] -Dgpg.passphrase=[passphrase] <1> 
<2>
 

Reply via email to