add run-its for windows

This commit is contained in:
Robert Scholte 2014-02-08 20:41:24 +01:00
parent a9eb26a5bc
commit a0f6302ff4
1 changed files with 6 additions and 0 deletions

6
its/run-its.bat Normal file
View File

@ -0,0 +1,6 @@
@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
suite.addTestSuite( MavenITmng5572ReactorPluginExtensionsTest.class );