diff --git a/its/run-its.bat b/its/run-its.bat index a932da9300..8bb9faf3bb 100644 --- a/its/run-its.bat +++ b/its/run-its.bat @@ -1,5 +1,3 @@ -@REM How JvZ runs the ITs from a clean slate if it would be on Windows - @REM @REM Licensed to the Apache Software Foundation (ASF) under one @REM or more contributor license agreements. See the NOTICE file @@ -19,6 +17,8 @@ @REM under the License. @REM +@REM How JvZ runs the ITs from a clean slate if it would be on Windows + mvn clean install -Prun-its,embedded -Dmaven.repo.local=%cd%/repo @REM If behind a proxy try this..