summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-05-04 21:13:37 +0000
committerRobert Gemmell <robbie@apache.org>2013-05-04 21:13:37 +0000
commit9899f29d97cc325b1be846b0eb450387a68d2a57 (patch)
treebecb901b134a05f52973263849922f29ef540ea2 /java
parent1ebac9ed1b17c8d05dcf2ccc52700d3e65afc97c (diff)
downloadqpid-python-9899f29d97cc325b1be846b0eb450387a68d2a57.tar.gz
QPID-4645: make the broker-plugins and bdbstore modules runtime dependencies in the broker pom, with only the latter being optional
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1479178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/broker/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/broker/build.xml b/java/broker/build.xml
index 1dc498392d..6e50bdae5a 100644
--- a/java/broker/build.xml
+++ b/java/broker/build.xml
@@ -26,8 +26,8 @@
<!-- Add dependencies to the broker pom for the broker-plugins and bdbstore modules -->
<property name="module.maven.depends" value="broker-plugins/management-http broker-plugins/management-jmx broker-plugins/access-control bdbstore bdbstore/jmx"/>
- <!-- Make them optional -->
- <property name="module.genpom.args" value="-Oqpid-broker-plugins-management-http -Oqpid-broker-plugins-management-jmx -Oqpid-broker-plugins-access-control -Oqpid-bdbstore -Oqpid-bdbstore-jmx"/>
+ <!-- Make them runtime dependencies, make bdbstore modules optional -->
+ <property name="module.genpom.args" value="-Sqpid-broker-plugins-management-http=runtime -Sqpid-broker-plugins-management-jmx=runtime -Sqpid-broker-plugins-access-control=runtime -Sqpid-bdbstore=runtime -Oqpid-bdbstore -Sqpid-bdbstore-jmx=runtime -Oqpid-bdbstore-jmx"/>
<import file="../module.xml"/>