summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/pom.xml7
-rw-r--r--clustercontroller-core/pom.xml7
-rw-r--r--container-messagebus/pom.xml7
-rw-r--r--documentapi/pom.xml7
-rw-r--r--jrt/pom.xml7
-rw-r--r--messagebus/pom.xml7
6 files changed, 42 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 25e17aca3f9..c0bef61f57d 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -207,6 +207,13 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>2</forkCount>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 5623606e9ea..47afe3b7df3 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -120,6 +120,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>4</forkCount>
+ </configuration>
+ </plugin>
</plugins>
</build>
<profiles>
diff --git a/container-messagebus/pom.xml b/container-messagebus/pom.xml
index adaf64a0a03..3ec177e7bde 100644
--- a/container-messagebus/pom.xml
+++ b/container-messagebus/pom.xml
@@ -92,6 +92,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>4</forkCount>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
diff --git a/documentapi/pom.xml b/documentapi/pom.xml
index 5fb82e06d1b..0c4195d2b99 100644
--- a/documentapi/pom.xml
+++ b/documentapi/pom.xml
@@ -82,6 +82,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>2</forkCount>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
diff --git a/jrt/pom.xml b/jrt/pom.xml
index 5208c0417cc..15cfe661350 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -68,6 +68,13 @@
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>4</forkCount>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
diff --git a/messagebus/pom.xml b/messagebus/pom.xml
index 9bd123ad6bd..4e9984e482c 100644
--- a/messagebus/pom.xml
+++ b/messagebus/pom.xml
@@ -50,6 +50,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>4</forkCount>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>