don't update snapshots in normal bootstrap

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@185100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-07 00:07:19 +00:00
parent 15a3cdc7cd
commit e7ad1e9433
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ cd ..
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

View File

@ -51,7 +51,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi
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