fix the bootstrap for windows sans cygwin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@189859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-09 23:36:49 +00:00
parent 379863a946
commit 9da4eec756
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ cd ..
echo Rebuilding maven2 plugins
cd maven-plugins
call m2 -e %MAVEN_CMD_LINE_ARGS% clean:clean install
call m2 -DupdateReleaseInfo=true -e %MAVEN_CMD_LINE_ARGS% clean:clean install
cd ..
echo Running integration tests