summaryrefslogtreecommitdiff
path: root/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
commit3eea49958e983e1ceb3043db780971e4b5748ee7 (patch)
treef12beaea2f1b3a859bbdd127b5a55637f5520c8e /java/common
parent97f1a0a45081edad67232860f6ae8e0797af0f37 (diff)
downloadqpid-python-3eea49958e983e1ceb3043db780971e4b5748ee7.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/qpid@792094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common')
-rw-r--r--java/common/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/common/build.xml b/java/common/build.xml
index dfe060cdef..26801a9bd1 100644
--- a/java/common/build.xml
+++ b/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" />