Author: taylor
Date: Wed Jan 4 18:41:54 2017
New Revision: 1777363
URL: http://svn.apache.org/viewvc?rev=1777363&view=rev
Log:
adding more instructions we discovered when working on pluto 3.0.0 release
Modified:
portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt
Modified: portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt?rev=1777363&r1=1777362&r2=1777363&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt
(original)
+++ portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt Wed Jan
4 18:41:54 2017
@@ -23,6 +23,22 @@ Since 2.3.1
* export MAVEN_OPTS="-Xmx256m -XX:MaxPermSize=128m"
* Use the JDK 1.7.
* Use Maven 3.3.1 or higher
+ * edit $HOME/.m2/settings.xml, make sure your Apache account
credentials are setup in the servers section:
+ <servers>
+ <server>
+ <id>apache.snapshots.https</id>
+ <username>your-apache-username</username>
+ <password>your-apache-password</password>
+ </server>
+
+ <server>
+ <id>apache.releases.https</id>
+ <username>your-apache-username</username>
+ <password>your-apache-password</password>
+ </server>
+ * submit your public key to an authorized Public Key server such as
http://pgp.mit.edu/
+ see instructions here:
+
http://blog.sonatype.com/2010/01/how-to-generate-pgp-signatures-with-maven/
-------------------------- JETSPEED-2 -----------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]