mirror of https://github.com/apache/activemq.git
specifically add log4j.properties location, since surefire will ignore it if pertest fork mode is used
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@767849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdee5a2558
commit
6fc95f5ce8
|
@ -366,6 +366,10 @@
|
|||
<name>org.apache.activemq.default.directory.prefix</name>
|
||||
<value>target/</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>log4j.configuration</name>
|
||||
<value>file:target/test-classes/log4j.properties</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
|
||||
<includes>
|
||||
|
|
Loading…
Reference in New Issue