Skip to content

Commit 7d18e7a

Browse files
committed
[pom] Update deprecated surefire systemProperties to systemPropertyVariables
1 parent a2dfb40 commit 7d18e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
<groupId>org.apache.maven.plugins</groupId>
408408
<artifactId>maven-surefire-plugin</artifactId>
409409
<configuration>
410-
<systemProperties>
410+
<systemPropertyVariables>
411411
<property>
412412
<name>derby.stream.error.file</name>
413413
<value>${project.build.directory}/derby.log</value>
@@ -416,7 +416,7 @@
416416
<name>com.atomikos.icatch.log_base_dir</name>
417417
<value>${project.build.directory}</value>
418418
</property>
419-
</systemProperties>
419+
</systemPropertyVariables>
420420
</configuration>
421421
</plugin>
422422
<plugin>

0 commit comments

Comments
 (0)