aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-10-10 14:36:24 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-10 14:36:24 +0000
commitd8b291e5d903cd938a33522eb3098d74a4465edd (patch)
tree3e6e4ec2c610a709c10def69cdcefaa76f69b6f5 /bpmn/pom.xml
parent2c4e510fbc40393860252cd339f642fe79a646e5 (diff)
parentbca68234438277ec7a300cb23f41927f1f0f3394 (diff)
Merge "Change bpmn surefire plugin to reuse forks"
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 e43acea070..9c9e6e01ef 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>