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
+
+