summaryrefslogtreecommitdiff
path: root/qpid/java/client
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-08 10:41:03 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-08 10:41:03 +0000
commite055614b57e209696f0d6388916a8c74348579af (patch)
tree02fc1e521c9138063bbb38de67f8df2aed521952 /qpid/java/client
parent8ca2a8a726965b82bf1619db888323d18b8c03c8 (diff)
downloadqpid-python-e055614b57e209696f0d6388916a8c74348579af.tar.gz
added script for generating maven poms and moved disposable build output underneath build/scratch
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
-rw-r--r--qpid/java/client/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/client/build.xml b/qpid/java/client/build.xml
index e826df9c74..c419d11b95 100644
--- a/qpid/java/client/build.xml
+++ b/qpid/java/client/build.xml
@@ -21,6 +21,8 @@
<project name="AMQ Client" default="build">
<property name="module.depends" value="common"/>
+ <property name="module.genpom" value="true"/>
+ <property name="module.genpom.args" value="-Sgeronimo-jms_1.1_spec=provided"/>
<import file="../module.xml"/>