From 002322e9c10e1f6847178614ec7834b16171aac1 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 14 Sep 2021 10:20:38 -0700 Subject: [PATCH] Disable use of forked JVMs per test class (i.e reuse test JVM forks). Resolves gh-296. --- spring-data-geode/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 01471feb..a76e9369 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -269,7 +269,7 @@ **/*Tests.java **/*Test.java - false + true ${basedir}/src/test/resources/java-util-logging.properties ${basedir}/src/test/resources/trusted.keystore @@ -300,7 +300,7 @@ 16 oracle - false + true ${basedir}/src/test/resources/java-util-logging.properties ${basedir}/src/test/resources/trusted.keystore @@ -346,7 +346,7 @@ **/*Tests.java **/*Test.java - false + true ${basedir}/src/test/resources/java-util-logging.properties ${basedir}/src/test/resources/trusted.keystore