Change bpmn surefire plugin to reuse forks 71/17971/1
authorRob Daugherty <rd472p@att.com>
Tue, 10 Oct 2017 14:30:10 +0000 (10:30 -0400)
committerRob Daugherty <rd472p@att.com>
Tue, 10 Oct 2017 14:30:10 +0000 (10:30 -0400)
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>
bpmn/pom.xml

index 480f172..46e81b8 100644 (file)
           <testFailureIgnore>false</testFailureIgnore>
           <argLine>${surefireArgLine} -Xss1m</argLine>
           <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
+          <reuseForks>true</reuseForks>
         </configuration>
       </plugin>