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 | c2cfd294543268e4fc4c526a5fd24381a45ea595 (patch) | |
| tree | 9ee14487ee2db90d6c79166581419739ff039a91 /java/build.xml | |
| parent | 3e9e502d534ea88584698adfc2bbe3ce0c265706 (diff) | |
| download | qpid-python-c2cfd294543268e4fc4c526a5fd24381a45ea595.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> |
