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