aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3c12f8d25..8f7e88106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,11 @@
<excludes>
<exclude>com/fasterxml/jackson/failing/*.java</exclude>
</excludes>
+ <!-- 26-Nov-2019, tatu: moar parallelism! Per-class basis, safe, efficient enough
+ ... although not 100% sure this makes much difference TBH
+ -->
+ <threadCount>4</threadCount>
+ <parallel>classes</parallel>
</configuration>
</plugin>