diff --git a/m2-bootstrap-all.bat b/m2-bootstrap-all.bat index b34ed9320c..6aaf108eb4 100644 --- a/m2-bootstrap-all.bat +++ b/m2-bootstrap-all.bat @@ -122,7 +122,7 @@ echo Rebuilding maven2 plugins 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 diff --git a/m2-bootstrap-all.sh b/m2-bootstrap-all.sh index 1985697476..a5b7409a32 100755 --- a/m2-bootstrap-all.sh +++ b/m2-bootstrap-all.sh @@ -57,7 +57,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 --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