Author: evenisse
Date: Wed Jun 22 00:25:56 2005
New Revision: 191778
URL: http://svn.apache.org/viewcvs?rev=191778&view=rev
Log:
synchronize with m2-bootstrap-all.sh
Modified:
maven/components/trunk/m2-bootstrap-all.bat
Modified: maven/components/trunk/m2-bootstrap-all.bat
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.bat?rev=191778&r1=191777&r2=191778&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.bat (original)
+++ maven/components/trunk/m2-bootstrap-all.bat Wed Jun 22 00:25:56 2005
@@ -113,8 +113,18 @@
%MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar mboot.jar %MAVEN_CMD_LINE_ARGS%
[EMAIL PROTECTED] I Really Don't want to be rebuilding these (Especially the
reports) every time, but
[EMAIL PROTECTED] until we regularly push them to the repository and the
integration tests rely on
[EMAIL PROTECTED] some of these plugins, there is no choice
echo Rebuilding maven2 plugins
cd maven-plugins
[EMAIL PROTECTED] 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
[EMAIL PROTECTED] 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 ..
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]