diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-02-07 22:17:00 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-02-07 22:17:00 +0000 |
| commit | 527c6d224ef3facb92c1ecb15cc02fff69d1bf7d (patch) | |
| tree | 539a136f008b8d388384015f7c49b76ede29628f /qpid/java/build.xml | |
| parent | eb8e7cf77d382f4233d01cd6c4f96acb3c68f390 (diff) | |
| download | qpid-python-527c6d224ef3facb92c1ecb15cc02fff69d1bf7d.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@1068178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 6ed2992a68..9031166d76 100644 --- a/qpid/java/build.xml +++ b/qpid/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> |
