aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-10-10 10:30:10 -0400
committerRob Daugherty <rd472p@att.com>2017-10-10 10:30:10 -0400
commitbca68234438277ec7a300cb23f41927f1f0f3394 (patch)
tree6382ec072d8b1172da0c1a6357b8558bb230dd1f /bpmn/pom.xml
parenta1a6cb4726910b72c231e96ae54cf48bb0b5577d (diff)
Change bpmn surefire plugin to reuse forks
This is how it was prior to the SO-193 fix. Some unit tests are now failing in the jenkins environment. Maybe this will help. Issue: SO-193 Change-Id: Idac2a25e2f85581aaceaae10b8eacb5f312b2a70 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r--bpmn/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml
index 480f172341..46e81b88bd 100644
--- a/bpmn/pom.xml
+++ b/bpmn/pom.xml
@@ -109,7 +109,7 @@
<testFailureIgnore>false</testFailureIgnore>
<argLine>${surefireArgLine} -Xss1m</argLine>
<forkCount>1</forkCount>
- <reuseForks>false</reuseForks>
+ <reuseForks>true</reuseForks>
</configuration>
</plugin>