diff --git a/m2-bootstrap-all.bat b/m2-bootstrap-all.bat index 13c3dc7db8..a486d5e4b5 100644 --- a/m2-bootstrap-all.bat +++ b/m2-bootstrap-all.bat @@ -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