Author: bayard
Date: Sun Nov 12 14:51:48 2006
New Revision: 474082
URL: http://svn.apache.org/viewvc?view=rev&rev=474082
Log:
Removed my ##HEN commented out bits - it stopped the two parent poms being
deployed
Modified:
jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/commons_nightly.sh?view=diff&rev=474082&r1=474081&r2=474082
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Sun Nov 12
14:51:48 2006
@@ -242,10 +242,10 @@
# Update and install commons m2 poms - drop this when they are released
cd $proper_root/commons-parent
svn up pom.xml
-##HENmvn -N install > $log_location/commons-parent-m2.log
+mvn -N install > $log_location/commons-parent-m2.log
cd $sandbox_root
svn up pom.xml
-##HENmvn -N install > $log_location/commons-sandbox-m2.log
+mvn -N install > $log_location/commons-sandbox-m2.log
# Set umask
umask 002
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]