Place data dir in target

This commit is contained in:
Timothy Bish 2014-02-10 18:25:32 -05:00
parent 314b6e1fd7
commit fbd72d6d70
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<!--
The <broker> element is used to configure the ActiveMQ broker.
-->
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.data}" schedulerSupport="true">
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="target/activemq-data" schedulerSupport="true">
<destinationPolicy>
<policyMap>