mirror of https://github.com/apache/maven.git
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:
parent
15a3cdc7cd
commit
e7ad1e9433
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue