mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-26 15:36:33 -06:00
properly filter log4j2-test
This commit is contained in:
parent
99bd45d83a
commit
a0e8a56a6a
@ -135,6 +135,14 @@
|
||||
<directory>src/test/resources</directory>
|
||||
<filtering>false</filtering> <!-- exclusion from defaults -->
|
||||
</testResource>
|
||||
<testResource>
|
||||
<filtering>true</filtering>
|
||||
<directory>src/test/resources</directory>
|
||||
<includes>
|
||||
<include>log4j2-test.xml</include>
|
||||
</includes>
|
||||
</testResource>
|
||||
|
||||
</testResources>
|
||||
</build>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user