From aa9ac3093b0a9a39638f7d101ddc4299a3b7522f Mon Sep 17 00:00:00 2001 From: Kristian Rosenvold Date: Sat, 4 Jan 2014 20:10:16 +0100 Subject: [PATCH] Added parallel profile. It works sometimes, but fails miserably other times. --- its/core-it-suite/pom.xml | 15 +++++++++++++++ its/run-its.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/its/core-it-suite/pom.xml b/its/core-it-suite/pom.xml index 4e3193ce9d..d243b063f2 100644 --- a/its/core-it-suite/pom.xml +++ b/its/core-it-suite/pom.xml @@ -178,6 +178,21 @@ under the License. + + parallel + + + + org.apache.maven.plugins + maven-surefire-plugin + + classes + 6 + + + + + run-its diff --git a/its/run-its.sh b/its/run-its.sh index 5e58700a80..281068bf12 100755 --- a/its/run-its.sh +++ b/its/run-its.sh @@ -2,4 +2,4 @@ # How I run the ITs from a clean slate. Though I do this with a primed Nexus instance. JvZ. -mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo \ No newline at end of file +mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo