From 33e1a4b98e7d5ca7e569d03e918d92a7a56a5b14 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 19 Apr 2011 12:31:06 +0000 Subject: QPID-3213: add the instructions as a 'help' target git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1095059 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/upload.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/qpid/java/upload.xml b/qpid/java/upload.xml index abc58d9f97..9f2fd6819b 100644 --- a/qpid/java/upload.xml +++ b/qpid/java/upload.xml @@ -65,4 +65,26 @@ + + + +Ivy can be leveraged either by installing it in the Ant lib dir yourself, +or by running the following command in qpid/java to place it in the +qpid/java/lib/ivy lib folder: + + ant -buildfile upload.xml download-ivy + +The publishing task should be run once the release process has otherwise +been completed and the artifacts signed. It can be performed from the +qpid/java directory with a command as follows: + + ant -buildfile upload.xml -Dnexus.user=<apache_username> -Dnexus.password=<password> + -Dmaven.artifact.dir=<path to maven repo structure from release process> + +Note: if you are behind a proxy server it is necessary to give Ant the +proxy settings by doing something like: + +export ANT_OPTS="-Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port> -Dhttps.proxyHost=<host> -Dhttps.proxyPort=<port>" + + -- cgit v1.2.1