summaryrefslogtreecommitdiff
path: root/qpid/java/common
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/common
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/common')
-rw-r--r--qpid/java/common/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/common/build.xml b/qpid/java/common/build.xml
index dfe060cdef..26801a9bd1 100644
--- a/qpid/java/common/build.xml
+++ b/qpid/java/common/build.xml
@@ -20,6 +20,8 @@
-->
<project name="AMQ Common" default="build">
+ <property name="module.genpom" value="true"/>
+
<import file="../module.xml"/>
<property name="gentools.home" location="${project.root}/../gentools" />