Skip to content

Commit

Permalink
Merge pull request #678 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Use non deprecated systemPropertyVariables from surefire
  • Loading branch information
hazendaz authored Jan 29, 2024
2 parents 3fa4fdf + 82bf6c9 commit e09f65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<systemPropertyVariables>
<property>
<name>derby.stream.error.file</name>
<value>${project.build.directory}/derby.log</value>
</property>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit e09f65e

Please sign in to comment.