aboutsummaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml7
1 files changed, 7 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>