maven/its/run-its.bat
Mark Ingram 493b23d613 Added guidance for setting proxy if required
Signed-off-by: Jason van Zyl <jason@tesla.io>
2014-06-13 13:46:51 -04:00

8 lines
352 B
Batchfile

@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..
@REM mvn clean install -Prun-its,embedded -Dmaven.repo.local=%cd%/repo -Dproxy.active=true -Dproxy.type=http -Dproxy.host=<host> -Dproxy.port=<port> -Dproxy.user= -Dproxy.pass=