You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/07/20 05:33:26 UTC

svn commit: r219838 - /maven/components/trunk/m2-bootstrap-all.sh

Author: brett
Date: Tue Jul 19 20:33:24 2005
New Revision: 219838

URL: http://svn.apache.org/viewcvs?rev=219838&view=rev
Log:
working again

Modified:
    maven/components/trunk/m2-bootstrap-all.sh

Modified: maven/components/trunk/m2-bootstrap-all.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=219838&r1=219837&r2=219838&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Tue Jul 19 20:33:24 2005
@@ -69,7 +69,7 @@
 
   cd maven-reports
   # update the release info to ensure these versions get used in the integration tests
-  #m2 --no-plugin-registry --check-plugin-latest --batch-mode -DupdateReleaseInfo=true -e $ARGS clean:clean install
+  m2 --no-plugin-registry --check-plugin-latest --batch-mode -DupdateReleaseInfo=true -e $ARGS clean:clean install
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 )
 ret=$?; if [ $ret != 0 ]; then exit $ret; fi



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