From bb78f64de1783e321afb8af65bc37f5ff1c2fa8a Mon Sep 17 00:00:00 2001 From: Aron Meszaros Date: Tue, 5 Mar 2024 15:35:11 +0100 Subject: [PATCH] PHOENIX-7256 Set java.io.tmpdir to the maven build directory for tests in PQS --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index d93ca8e..048bf38 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ ${project.basedir} + ${project.build.directory} 5.1.3 @@ -246,6 +247,9 @@ true kill false + + ${test.tmp.dir} + @@ -263,6 +267,9 @@ kill ${basedir}/src/it/java false + + ${test.tmp.dir} + integration-test