From a0f6302ff476e933f47b01c73043051851358ad5 Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Sat, 8 Feb 2014 20:41:24 +0100 Subject: [PATCH] add run-its for windows --- its/run-its.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 its/run-its.bat 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