diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-11-11 19:46:53 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-11-11 19:46:53 +0000 |
| commit | dd8a7d4df603082d076e49e73ac459b9b3c9fb87 (patch) | |
| tree | 9ee14487ee2db90d6c79166581419739ff039a91 /java/build.xml | |
| parent | 7a6ac448effd9361132747c8ddc5721315dd4dae (diff) | |
| download | qpid-python-dd8a7d4df603082d076e49e73ac459b9b3c9fb87.tar.gz | |
QPID-4431: add 'deploy-snapshot' target for use in publishing snapshot maven artefacts from CI
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1408100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml index 110d91852d..e3726d1c3c 100644 --- a/java/build.xml +++ b/java/build.xml @@ -77,6 +77,10 @@ <iterate target="release-mvn"/> </target> + <target name="deploy-snapshot" description="deploy snapshot artifacts to nexus"> + <iterate target="deploy-snapshot"/> + </target> + <target name="compile" description="compile sources"> <iterate target="compile"/> </target> |
