summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-03-18 11:36:16 +0000
committerKeith Wall <kwall@apache.org>2014-03-18 11:36:16 +0000
commitf94b0f8a2af9a221359d16d28ba2d67860f31460 (patch)
treeef823bac6964c9eb8f34ab5ff7035dea24b2ca04
parente6e54ec4b4e82946a81e713e48eb1d4e60d31586 (diff)
downloadqpid-python-f94b0f8a2af9a221359d16d28ba2d67860f31460.tar.gz
Temporary change to pom.xml to clean broker between tests - change will come from trunk as part of Maven work
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1578833 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index e4b02850e5..2ff22c7c53 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -236,6 +236,7 @@
<!-- This must be a child of qpid home currently due to the horrible mechanics of QBTC -->
<test.output>${qpid.home.qbtc.output}</test.output>
+ <broker.clean.between.tests>true</broker.clean.between.tests>
</systemPropertyVariables>
</configuration>
</plugin>