synchronize with m2-bootstrap-all.sh

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191778 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-06-22 07:25:56 +00:00
parent 25d5870150
commit d65121a560
1 changed files with 10 additions and 0 deletions

View File

@ -113,8 +113,18 @@ cd ..
%MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar mboot.jar %MAVEN_CMD_LINE_ARGS%
@REM I Really Don't want to be rebuilding these (Especially the reports) every time, but
@REM until we regularly push them to the repository and the integration tests rely on
@REM some of these plugins, there is no choice
echo Rebuilding maven2 plugins
cd maven-plugins
@REM update the release info to ensure these versions get used in the integration tests
call m2 --no-plugin-updates --batch-mode -DupdateReleaseInfo=true -e %MAVEN_CMD_LINE_ARGS% clean:clean install
cd ..
echo Rebuilding maven2 reports
cd maven-reports
@REM update the release info to ensure these versions get used in the integration tests
call m2 --no-plugin-updates --batch-mode -DupdateReleaseInfo=true -e %MAVEN_CMD_LINE_ARGS% clean:clean install
cd ..