Maven plugin could locate activemq-data directory in target dir
---------------------------------------------------------------
Key: AMQ-1223
URL: https://issues.apache.org/activemq/browse/AMQ-1223
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 4.2.0
Reporter: Tim Morrow
Priority: Minor
Attachments: maven-plugin-activemq-data.txt
I'd like the Maven plugin to coerce the activemq-data directory to the build
output (target) directory so that it will be deleted when doing a "clean".
Useful for integration tests where we don't need the activemq-data directory to
survive between broker instantiations.
The attached patch will cause the activemq-data directory to be located in the
existing configured "outputDirectory", which defaults to "target". This
essentially changes the current behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.