Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 4353b4b

Browse files
committed
Refactory code for test
1 parent 0d58cc8 commit 4353b4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<jbcrypt.version>0.4</jbcrypt.version>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19+
<java.io.tmpdir>\tmp\search-code</java.io.tmpdir>
1920
</properties>
2021
<dependencies>
2122
<!-- Spark Java -->
@@ -247,6 +248,7 @@
247248
<artifactId>maven-surefire-plugin</artifactId>
248249
<version>3.5.1</version>
249250
<configuration>
251+
<argLine>-Djava.io.tmpdir=${java.io.tmpdir}</argLine>
250252
<excludes>
251253
<exclude>**/*ITCase.java</exclude>
252254
</excludes>
@@ -259,6 +261,7 @@
259261
</goals>
260262
<phase>integration-test</phase>
261263
<configuration>
264+
<argLine>-Djava.io.tmpdir=${java.io.tmpdir}</argLine>
262265
<excludes>
263266
<exclude>none</exclude>
264267
</excludes>

0 commit comments

Comments
 (0)