mirror of https://github.com/apache/maven.git
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:
parent
379863a946
commit
9da4eec756
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue