Reuse forks when running surefire

This commit is contained in:
James Agnew 2017-12-22 16:20:21 -05:00
parent 64ba145d93
commit ce247ce37f
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<forkCount>1</forkCount> <forkCount>1</forkCount>
<reuseForks>false</reuseForks> <reuseForks>true</reuseForks>
<runOrder>alphabetical</runOrder> <runOrder>alphabetical</runOrder>
<redirectTestOutputToFile>false</redirectTestOutputToFile> <redirectTestOutputToFile>false</redirectTestOutputToFile>
<excludes> <excludes>