From 50661554762bd9b613285b09aee0e5d3e7b776e7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 17 Sep 2021 16:32:54 -0700 Subject: [PATCH] Disable the reuse of forks with the test JVM in Maven Surefire Plugin configuration. Resolves gh-296. --- spring-data-geode/pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index fdcdfbe5..dec8c8df 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -269,7 +269,7 @@ **/*Tests.java **/*Test.java - true + false ${basedir}/src/test/resources/java-util-logging.properties true @@ -299,10 +299,9 @@ 16 oracle - true + false ${basedir}/src/test/resources/java-util-logging.properties - ${basedir}/src/test/resources/trusted.keystore true error apache-geode @@ -345,10 +344,9 @@ **/*Tests.java **/*Test.java - true + false ${basedir}/src/test/resources/java-util-logging.properties - ${basedir}/src/test/resources/trusted.keystore true error apache-geode