summaryrefslogtreecommitdiff
path: root/qpid/java/common.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-11-11 19:46:53 +0000
committerRobert Gemmell <robbie@apache.org>2012-11-11 19:46:53 +0000
commit7b0aed9ebcf48f5c5458b35bf1e0f575560c9c09 (patch)
treed8f4718b3ad74122ef44467cfe8a1cd0ce90ff41 /qpid/java/common.xml
parentbf0d1076789644dc11ff5be6ca8a3db4fd2049d8 (diff)
downloadqpid-python-7b0aed9ebcf48f5c5458b35bf1e0f575560c9c09.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@1408100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index 2b61ef08c2..d0d5941be0 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -93,6 +93,10 @@
<property name="nexus.host" value="repository.apache.org"/>
<property name="nexus.upload.url" value="https://${nexus.host}/service/local/staging/deploy/maven2"/>
+ <!-- properties for deplying snapshot artifacts -->
+ <property name="maven.snapshots.repo.id" value="apache.snapshots.https"/>
+ <property name="maven.snapshots.repo.url" value="https://${nexus.host}/content/repositories/snapshots"/>
+
<!-- properties for downloading ivy, and then our dependencies -->
<property name="ivy.jar.dir" value="${project.root}/lib/ivy" />
<property name="ivy.install.version" value="2.2.0" />