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 a2dfb40 commit 7d18e7aCopy full SHA for 7d18e7a
pom.xml
@@ -407,7 +407,7 @@
407
<groupId>org.apache.maven.plugins</groupId>
408
<artifactId>maven-surefire-plugin</artifactId>
409
<configuration>
410
- <systemProperties>
+ <systemPropertyVariables>
411
<property>
412
<name>derby.stream.error.file</name>
413
<value>${project.build.directory}/derby.log</value>
@@ -416,7 +416,7 @@
416
<name>com.atomikos.icatch.log_base_dir</name>
417
<value>${project.build.directory}</value>
418
</property>
419
- </systemProperties>
+ </systemPropertyVariables>
420
</configuration>
421
</plugin>
422
<plugin>
0 commit comments