You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/08/25 00:45:49 UTC

svn commit: r569550 - in /logging/log4j/trunk: BUILD-INFO.txt pom.xml

Author: carnold
Date: Fri Aug 24 15:45:48 2007
New Revision: 569550

URL: http://svn.apache.org/viewvc?rev=569550&view=rev
Log:
Bug 37930: Update build instructions for Maven 2.0.7, tweak release-plugin

Modified:
    logging/log4j/trunk/BUILD-INFO.txt
    logging/log4j/trunk/pom.xml

Modified: logging/log4j/trunk/BUILD-INFO.txt
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/BUILD-INFO.txt?rev=569550&r1=569549&r2=569550&view=diff
==============================================================================
--- logging/log4j/trunk/BUILD-INFO.txt (original)
+++ logging/log4j/trunk/BUILD-INFO.txt Fri Aug 24 15:45:48 2007
@@ -30,9 +30,12 @@
 
 Launch Ubuntu 6.06-1 in VMWare Player (user name and password are ubuntu)
 
-Launch Synaptics Package Manager (System > Administration > Synaptic Package Manager), select all available repositories (Settings > Repositories), press Reload button to update list of available packages.  Select the following packages for installation: Subversion, mingw32, sun-java6-jdk.  Press Apply to install.  Exit Synaptics.
+Launch Synaptics Package Manager (System > Administration > Synaptic Package Manager), 
+select all available repositories (Settings > Repositories), press Reload button 
+to update list of available packages.  Select the following packages for installation: 
+Subversion, mingw32, sun-java6-jdk.  Press Apply to install.  Exit Synaptics.
 
-Download Maven-2.0.6 from http://maven.apache.org
+Download Maven-2.0.7 from http://maven.apache.org
 Download JMX 1.2.1 Reference Implementation from 
    http://java.sun.com/products/JavaManagement/download.html
 Download JMS 1.1 from http://java.sun.com/products/jms/docs.html
@@ -43,7 +46,7 @@
 From a command prompt:
 
 $ export JAVA_HOME=/usr/lib/jvm/java-6-sun
-$ export PATH=$JAVA_HOME/bin:/home/ubuntu/maven-2.0.6/bin:$PATH
+$ export PATH=$JAVA_HOME/bin:/home/ubuntu/maven-2.0.7/bin:$PATH
 $ export JNI_WIN32_INCLUDE_DIR=/home/ubuntu
 $ svn co https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_15 log4j
 $ mvn install:install-file -DgroupId=com.sun.jdmk -DartifactId=jmxtools \
@@ -58,7 +61,7 @@
 
 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
+over to ~/.ssh and update ~/maven-2.0.7/conf/settings.xml
 to specify user name and key location.
 
     <server>
@@ -67,14 +70,9 @@
       <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:
+You should test your ssh connection to people.apache.org 
+and localhost before attempting a deployment like:
 
 $ ssh -l USERNAME people.apache.org
+$ ssh localhost

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=569550&r1=569549&r2=569550&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Fri Aug 24 15:45:48 2007
@@ -443,7 +443,7 @@
       <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-              <goals>site-deploy</goals>
+              <goals>deploy site-deploy assembly:attached</goals>
           </configuration>
       </plugin>
       <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org