We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bab4e commit 3be3c7dCopy full SHA for 3be3c7d
pom.xml
@@ -335,7 +335,7 @@
335
<groupId>org.apache.maven.plugins</groupId>
336
<artifactId>maven-surefire-plugin</artifactId>
337
<configuration>
338
- <systemProperties>
+ <systemPropertyVariables>
339
<property>
340
<name>derby.stream.error.file</name>
341
<value>${project.build.directory}/derby.log</value>
@@ -344,7 +344,7 @@
344
<name>derby.system.home</name>
345
<value>${project.build.directory}</value>
346
</property>
347
- </systemProperties>
+ </systemPropertyVariables>
348
</configuration>
349
</plugin>
350
<plugin>
0 commit comments