You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/06/22 09:41:03 UTC

svn commit: r191779 - /maven/components/trunk/m2-bootstrap-all.bat

Author: evenisse
Date: Wed Jun 22 00:41:02 2005
New Revision: 191779

URL: http://svn.apache.org/viewcvs?rev=191779&view=rev
Log: (empty)

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=191779&r1=191778&r2=191779&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.bat (original)
+++ maven/components/trunk/m2-bootstrap-all.bat Wed Jun 22 00:41:02 2005
@@ -116,19 +116,28 @@
 @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
+echo -----------------------------------------------------------------------
 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-updates --batch-mode -DupdateReleaseInfo=true -e %MAVEN_CMD_LINE_ARGS% clean:clean install
 cd ..
 
+echo
+echo -----------------------------------------------------------------------
 echo Rebuilding maven2 reports
+echo -----------------------------------------------------------------------
 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 ..
 
+echo
+echo -----------------------------------------------------------------------
 echo Running integration tests
+echo -----------------------------------------------------------------------
 cd maven-core-it
 call maven-core-it
 cd ..



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org