aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2019-11-26 13:25:54 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2019-11-26 13:25:54 -0800
commit2a93c3c83e46c3eef8f4a3402c8e1b51b9a1eda0 (patch)
tree28753df9fc13f1e8113d9eeedf79a2e5273ae0fb /pom.xml
parent5c5ddb4e2e7bc680988d0f7a3ad9058278aeb29f (diff)
downloadjackson-databind-2a93c3c83e46c3eef8f4a3402c8e1b51b9a1eda0.tar.gz
...
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>