summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-02-07 22:17:00 +0000
committerRobert Gemmell <robbie@apache.org>2011-02-07 22:17:00 +0000
commit6e5c689f442f547d34f38f10c550dd798b60796f (patch)
tree975e1d377d697e5cf2e314cc0864a9c61b2b820c /java/build.xml
parentc7ac56c0b978bf444f64b658cc7949ef5de63348 (diff)
downloadqpid-python-6e5c689f442f547d34f38f10c550dd798b60796f.tar.gz
QPID-1916: updates to allow creation of maven artifacts for client+common modules during the release process
Applied patches from Emmanuel Bourg <ebourg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1068178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml
index 6ed2992a68..9031166d76 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -66,6 +66,10 @@
<iterate target="pom"/>
</target>
+ <target name="release-mvn" description="Install the artifacts into the local repository">
+ <iterate target="release-mvn"/>
+ </target>
+
<target name="compile" description="compile sources">
<iterate target="compile"/>
</target>