From ed95fde2dc61790686a98106ad1fbd8ff15a510a Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 11 May 2012 15:36:49 +0000 Subject: QPID-3994: use Ivy to download the main component dependencies during the build, and the optional bdb-je dependency on request, enabling removal of the main component dependencies from the repository and the 'source release' artifacts. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1337211 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/upload.xml | 90 ---------------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 qpid/java/upload.xml (limited to 'qpid/java/upload.xml') diff --git a/qpid/java/upload.xml b/qpid/java/upload.xml deleted file mode 100644 index 9f2fd6819b..0000000000 --- a/qpid/java/upload.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - Targets for uploading releases to ASF's Nexus instance - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -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