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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]