Skip to content

Commit e09f65e

Browse files
authored
Merge pull request #678 from hazendaz/master
[pom] Use non deprecated systemPropertyVariables from surefire
2 parents 3fa4fdf + 82bf6c9 commit e09f65e

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
@@ -376,12 +376,12 @@
376376
<groupId>org.apache.maven.plugins</groupId>
377377
<artifactId>maven-surefire-plugin</artifactId>
378378
<configuration>
379-
<systemProperties>
379+
<systemPropertyVariables>
380380
<property>
381381
<name>derby.stream.error.file</name>
382382
<value>${project.build.directory}/derby.log</value>
383383
</property>
384-
</systemProperties>
384+
</systemPropertyVariables>
385385
</configuration>
386386
</plugin>
387387
</plugins>

0 commit comments

Comments
 (0)