Commit baefd479 authored by GregDThomas's avatar GregDThomas Committed by daryl herzmann

OF-1444: Ensure that mvn packaged log4j.xml file does not expand vars (#947)

* OF-1444: Ensure that mvn packaged log4j.xml file does not have the variables expanded

* OF-1444: Don't set the default option
parent 31a94f45
......@@ -366,7 +366,6 @@
<include>log4j.xml</include>
</includes>
<targetPath>lib</targetPath>
<filtering>true</filtering>
</resource>
<!-- Copy the spank directory to ${openfireHome}/resources -->
<resource>
......
......@@ -48,7 +48,6 @@
<includes>
<include>log4j.xml</include>
</includes>
<filtering>true</filtering>
</resource>
<!-- TODO: Move these resources to starter/src/main/resources !? -->
<resource>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment