diff --git a/its/run-its.bat b/its/run-its.bat new file mode 100644 index 0000000000..cf90470e20 --- /dev/null +++ b/its/run-its.bat @@ -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 ); \ No newline at end of file