mirror of https://github.com/apache/maven.git
fix in case of a non-existant local repo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89371bb7fd
commit
971fdc43b0
|
@ -122,7 +122,7 @@ echo Rebuilding maven2 plugins
|
||||||
echo -----------------------------------------------------------------------
|
echo -----------------------------------------------------------------------
|
||||||
cd maven-plugins
|
cd maven-plugins
|
||||||
@REM update the release info to ensure these versions get used in the integration tests
|
@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 ..
|
cd ..
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
|
@ -57,7 +57,7 @@ ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||||
|
|
||||||
cd maven-plugins
|
cd maven-plugins
|
||||||
# update the release info to ensure these versions get used in the integration tests
|
# 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
|
||||||
)
|
)
|
||||||
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
|
||||||
|
|
Loading…
Reference in New Issue