Skip to content

Commit

Permalink
Enable the reuse of test JVM forks in the Maven Surefire Build Plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxblum committed Sep 25, 2021
1 parent 02e1a14 commit 8cd3627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring-data-geode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<include>**/*Tests.java</include>
<include>**/*Test.java</include>
</includes>
<reuseForks>false</reuseForks>
<reuseForks>true</reuseForks>
<systemProperties>
<java.util.logging.config.file>${basedir}/src/test/resources/java-util-logging.properties</java.util.logging.config.file>
<gemfire.disableShutdownHook>true</gemfire.disableShutdownHook>
Expand Down Expand Up @@ -299,7 +299,7 @@
<version>16</version>
<vendor>oracle</vendor>
</jdkToolchain>
<reuseForks>false</reuseForks>
<reuseForks>true</reuseForks>
<systemProperties>
<java.util.logging.config.file>${basedir}/src/test/resources/java-util-logging.properties</java.util.logging.config.file>
<gemfire.disableShutdownHook>true</gemfire.disableShutdownHook>
Expand Down Expand Up @@ -344,7 +344,7 @@
<include>**/*Tests.java</include>
<include>**/*Test.java</include>
</includes>
<reuseForks>false</reuseForks>
<reuseForks>true</reuseForks>
<systemProperties>
<java.util.logging.config.file>${basedir}/src/test/resources/java-util-logging.properties</java.util.logging.config.file>
<gemfire.disableShutdownHook>true</gemfire.disableShutdownHook>
Expand Down

0 comments on commit 8cd3627

Please sign in to comment.