maven/its/run-its.bat

8 lines
352 B
Batchfile
Raw Normal View History

2014-02-08 14:41:24 -05:00
@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
2014-02-08 14:41:24 -05:00
@REM If behind a proxy try this..
2014-02-08 14:41:24 -05:00
@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=