File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2151
2151
<JAVA_HOME >${test.java.home} </JAVA_HOME >
2152
2152
</environmentVariables >
2153
2153
<systemProperties >
2154
- <log4j .configuration >file:src/test/resources/log4j .properties</log4j .configuration >
2154
+ <log4j .configurationFile >file:src/test/resources/log4j2 .properties</log4j .configurationFile >
2155
2155
<derby .system.durability>test</derby .system.durability>
2156
2156
<java .awt.headless>true</java .awt.headless>
2157
2157
<java .io.tmpdir>${project.build.directory} /tmp</java .io.tmpdir>
2201
2201
<JAVA_HOME >${test.java.home} </JAVA_HOME >
2202
2202
</environmentVariables >
2203
2203
<systemProperties >
2204
- <log4j .configuration >file:src/test/resources/log4j .properties</log4j .configuration >
2204
+ <log4j .configurationFile >file:src/test/resources/log4j2 .properties</log4j .configurationFile >
2205
2205
<derby .system.durability>test</derby .system.durability>
2206
2206
<java .awt.headless>true</java .awt.headless>
2207
2207
<java .io.tmpdir>${project.build.directory} /tmp</java .io.tmpdir>
2554
2554
</goals >
2555
2555
<configuration >
2556
2556
<excludes >
2557
- <exclude >log4j .properties</exclude >
2557
+ <exclude >log4j2 .properties</exclude >
2558
2558
</excludes >
2559
2559
</configuration >
2560
2560
</execution >
You can’t perform that action at this time.
0 commit comments