From 2ee75203ed2da760118a320709cbc61fbaf43112 Mon Sep 17 00:00:00 2001 From: Zhihong Yu Date: Sat, 5 Nov 2011 15:38:31 +0000 Subject: [PATCH] HBASE-4747 Addendum upgrade maven failsafe git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1197972 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 51 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4364fb9e0e5..1524ac5a9b4 100644 --- a/pom.xml +++ b/pom.xml @@ -310,7 +310,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.9 + 2.10 ${integrationtest.include} @@ -375,7 +375,7 @@ maven-surefire-report-plugin - 2.9 + 2.10 org.apache.avro @@ -565,7 +565,10 @@ org.apache.maven.plugins maven-surefire-plugin - always + ${myForkMode} + ${myParallel} + false + ${myThreadCount} ${unittest.include} @@ -828,6 +831,10 @@ **/Test*.java **/IntegrationTest*.java + + always + none + 1 @@ -1314,6 +1321,47 @@ + + + + + nonParallelTests + + false + + + always + none + 1 + + + + + + parallelTests + + false + + + once + classes + 3 + + + + + + singleJVMTests + + false + + + once + none + 1 + +