Updated Branches: refs/heads/master 266d2fcc2 -> b5f7a802f
add run-its for windows Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/bd1ea46f Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/bd1ea46f Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/bd1ea46f Branch: refs/heads/master Commit: bd1ea46f50a1fd6e7a650e21049d84296cba07c3 Parents: 266d2fc Author: Robert Scholte <[email protected]> Authored: Sat Feb 8 20:41:24 2014 +0100 Committer: Robert Scholte <[email protected]> Committed: Sat Feb 8 20:58:31 2014 +0100 ---------------------------------------------------------------------- run-its.bat | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/bd1ea46f/run-its.bat ---------------------------------------------------------------------- diff --git a/run-its.bat b/run-its.bat new file mode 100644 index 0000000..cf90470 --- /dev/null +++ b/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
