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 02:18:12 UTC

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

Author: brett
Date: Tue Jul 19 17:18:11 2005
New Revision: 219822

URL: http://svn.apache.org/viewcvs?rev=219822&view=rev
Log:
commented out until project reports changes match up with api changes

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=219822&r1=219821&r2=219822&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Tue Jul 19 17:18:11 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