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 @@ ...@@ -366,7 +366,6 @@
<include>log4j.xml</include> <include>log4j.xml</include>
</includes> </includes>
<targetPath>lib</targetPath> <targetPath>lib</targetPath>
<filtering>true</filtering>
</resource> </resource>
<!-- Copy the spank directory to ${openfireHome}/resources --> <!-- Copy the spank directory to ${openfireHome}/resources -->
<resource> <resource>
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
<includes> <includes>
<include>log4j.xml</include> <include>log4j.xml</include>
</includes> </includes>
<filtering>true</filtering>
</resource> </resource>
<!-- TODO: Move these resources to starter/src/main/resources !? --> <!-- TODO: Move these resources to starter/src/main/resources !? -->
<resource> <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