summaryrefslogtreecommitdiffstats
path: root/bpmn/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r--bpmn/pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml
index 98628d9030..480f172341 100644
--- a/bpmn/pom.xml
+++ b/bpmn/pom.xml
@@ -104,14 +104,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.17</version>
+ <version>2.19.1</version>
<configuration>
<testFailureIgnore>false</testFailureIgnore>
- <argLine>-Xss1m</argLine>
+ <argLine>${surefireArgLine} -Xss1m</argLine>
<forkCount>1</forkCount>
- <forkMode>once</forkMode>
- <properties>
- </properties>
+ <reuseForks>false</reuseForks>
</configuration>
</plugin>