Author: brett
Date: Tue Jul 26 08:11:21 2005
New Revision: 225322
URL: http://svn.apache.org/viewcvs?rev=225322&view=rev
Log:
fix in case of a non-existant local repo
Modified:
maven/components/trunk/m2-bootstrap-all.bat
maven/components/trunk/m2-bootstrap-all.sh
Modified: maven/components/trunk/m2-bootstrap-all.bat
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.bat?rev=225322&r1=225321&r2=225322&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.bat (original)
+++ maven/components/trunk/m2-bootstrap-all.bat Tue Jul 26 08:11:21 2005
@@ -122,7 +122,7 @@
echo -----------------------------------------------------------------------
cd maven-plugins
@REM update the release info to ensure these versions get used in the
integration tests
-call m2 --no-plugin-registry --check-plugin-latest --batch-mode
-DupdateReleaseInfo=true -e %MAVEN_CMD_LINE_ARGS% clean:clean install
+call m2 --no-plugin-registry --batch-mode -DupdateReleaseInfo=true -e
%MAVEN_CMD_LINE_ARGS% clean:clean install
cd ..
echo
Modified: maven/components/trunk/m2-bootstrap-all.sh
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=225322&r1=225321&r2=225322&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Tue Jul 26 08:11:21 2005
@@ -57,7 +57,7 @@
cd maven-plugins
# 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 --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]