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/06/07 02:07:19 UTC

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

Author: brett
Date: Mon Jun  6 17:07:19 2005
New Revision: 185100

URL: http://svn.apache.org/viewcvs?rev=185100&view=rev
Log:
don't update snapshots in normal bootstrap

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=185100&r1=185099&r2=185100&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.bat (original)
+++ maven/components/trunk/m2-bootstrap-all.bat Mon Jun  6 17:07:19 2005
@@ -115,7 +115,7 @@
 
 echo Rebuilding maven2 plugins
 cd maven-plugins
-call m2 clean:clean install
+call m2 -e %MAVEN_CMD_LINE_ARGS% clean:clean install
 cd ..
 
 echo Running integration tests

Modified: maven/components/trunk/m2-bootstrap-all.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=185100&r1=185099&r2=185100&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Mon Jun  6 17:07:19 2005
@@ -51,7 +51,7 @@
 
   cd maven-plugins
   # update the release info to ensure these versions get used in the integration tests
-  m2 -DupdateReleaseInfo=true -e --update-snapshots clean:clean install
+  m2 -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