Author: carnold
Date: Thu Jun 21 13:55:23 2007
New Revision: 549610
URL: http://svn.apache.org/viewvc?view=rev&rev=549610
Log:
Bug 37930: Add Maven settings.xml info
Modified:
logging/log4j/branches/v1_2-branch/BUILD-INFO.txt
Modified: logging/log4j/branches/v1_2-branch/BUILD-INFO.txt
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/BUILD-INFO.txt?view=diff&rev=549610&r1=549609&r2=549610
==============================================================================
--- logging/log4j/branches/v1_2-branch/BUILD-INFO.txt (original)
+++ logging/log4j/branches/v1_2-branch/BUILD-INFO.txt Thu Jun 21 13:55:23 2007
@@ -32,3 +32,27 @@
-Dversion=1.1 -Dpackaging=jar -Dfile=~/jms1.1/lib/jms.jar
$ cd log4j
$ mvn site assembly:assembly
+
+
+If you intended to deploy jars to the repo or update the site,
+you need to copy your private keys for people.apache.org
+over to ~/.ssh and update ~/maven-2.0.6/conf/settings.xml
+to specify user name and key location.
+
+ <server>
+ <id>logging.repo</id>
+ <username>USERNAME for people.apache.org</username>
+ <privateKey>/home/ubuntu/.ssh/id_rsa</privateKey>
+ <passphrase></passphrase>
+ </server>
+ <server>
+ <id>logging.site</id>
+ <username>USERNAME for people.apache.org</username>
+ <privateKey>/home/ubuntu/.ssh/id_rsa</privateKey>
+ <passphrase></passphrase>
+ </server>
+
+You should test your ssh connection to people.apache.org before
+attempting a deployment like:
+
+$ ssh -l USERNAME people.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]