2014-02-08 14:41:24 -05:00
|
|
|
@REM How JvZ runs the ITs from a clean slate if it would be on Windows
|
|
|
|
|
2014-05-28 12:36:31 -04:00
|
|
|
mvn clean install -Prun-its,embedded -Dmaven.repo.local=%cd%/repo
|
2014-02-08 14:41:24 -05:00
|
|
|
|
2014-05-28 12:36:31 -04:00
|
|
|
@REM If behind a proxy try this..
|
2014-02-08 14:41:24 -05:00
|
|
|
|
2014-05-28 12:36:31 -04: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=
|