It will be better to find and fix the pb in maven instead of this bootstrap 
script

Emmanuel

[EMAIL PROTECTED] a écrit :
Author: vmassol
Date: Tue Nov 15 07:37:46 2005
New Revision: 344377

URL: http://svn.apache.org/viewcvs?rev=344377&view=rev
Log:
Fixed bootstrap on windows. For some reason the plugin plugin doesn't build the 
first time so we need to build it twice...

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=344377&r1=344376&r2=344377&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.bat (original)
+++ maven/components/trunk/m2-bootstrap-all.bat Tue Nov 15 07:37:46 2005
@@ -120,6 +120,12 @@
 echo -----------------------------------------------------------------------
 echo Rebuilding maven2 plugins
 echo -----------------------------------------------------------------------
+
[EMAIL PROTECTED] Build plugin plugin first, it seems to choke on the version 
built by the bootstrap
+cd maven-plugins\maven-plugin-plugin
+call mvn --no-plugin-registry --batch-mode --fail-at-end -e 
%MAVEN_CMD_LINE_ARGS% clean:clean install
+cd ..\..
+
 cd maven-plugins
 @REM update the release info to ensure these versions get used in the 
integration tests
 call mvn --no-plugin-registry --batch-mode -DupdateReleaseInfo=true -e 
%MAVEN_CMD_LINE_ARGS% clean:clean install







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to