Author: painter
Date: Thu Jan 24 18:25:28 2019
New Revision: 1852061
URL: http://svn.apache.org/viewvc?rev=1852061&view=rev
Log:
Add notes on setting up maven security properly
Modified:
turbine/fulcrum/trunk/README.txt
Modified: turbine/fulcrum/trunk/README.txt
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/README.txt?rev=1852061&r1=1852060&r2=1852061&view=diff
==============================================================================
--- turbine/fulcrum/trunk/README.txt (original)
+++ turbine/fulcrum/trunk/README.txt Thu Jan 24 18:25:28 2019
@@ -79,6 +79,12 @@ Steps
// Helpful hint from Apache Website: If you're located in Europe then
release:prepare may fail with 'Unable to tag SCM' and ' svn: No such revision X
'. Wait 10 seconds and run mvn release:prepare again.
4) Release Preparing
+ //
+ // if you get a 401 error on the upload to repository.apache.org, make sure
+ // that your mvn security settings are in place ~/.m2/settings.xml and
~/.m2/settings-security.xml
+ // For more information on setting up security see the encryption guide:
+ // http://maven.apache.org/guides/mini/guide-encryption.html
+ //
// performs an upload to
repository.apache.org/service/local/staging/deploy/maven2/
// Hint: Add -Dgpg.useagent=false helps, if running from a windows machine
to avoid hanging while gpg plugin signing process
// .. this may happen, if you do not define the pinentry-program in
gpg-agent.conf correctly ..
@@ -130,4 +136,4 @@ Steps
// - SVN Remove old releases binaries and sources
// After repos/dist is updated an automatic email will be generated, if no
update of the release database is done:
https://reporter.apache.org/addrelease.html?turbine
-
\ No newline at end of file
+