From e6f9c737035ba474ec2ddabf2508443cd6b1706e Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Wed, 16 Mar 2011 16:51:04 +0000 Subject: [PATCH] =?UTF-8?q?allow=20specifying=20maven=20repo=20locations?= =?UTF-8?q?=20patch=20by=20J=C3=BCrgen=20Hermann;=20tested=20by=20jbellis?= =?UTF-8?q?=20for=20CASSANDRA-2340?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1082199 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 9 +++++++++ build.xml | 15 ++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 build.properties.default diff --git a/build.properties.default b/build.properties.default new file mode 100644 index 0000000000..0d6d7d23ad --- /dev/null +++ b/build.properties.default @@ -0,0 +1,9 @@ +# Maven2 Repository Locations (you can override these to point to a local proxy, e.g. Nexus) +artifact.remoteRepository.central: http://repo1.maven.org/maven2 +artifact.remoteRepository.java.net2: http://download.java.net/maven/2 +artifact.remoteRepository.java.apache: https://repository.apache.org/content/repositories/releases +artifact.remoteRepository.java.cloudera: https://repository.cloudera.com/content/repositories/releases +artifact.remoteRepository.java.jclouds: http://jclouds.googlecode.com/svn/repo +artifact.remoteRepository.java.oauth: http://oauth.googlecode.com/svn/code/maven +artifact.remoteRepository.java.twttr: http://maven.twttr.com + diff --git a/build.xml b/build.xml index 3fda7e50d9..263f8443e0 100644 --- a/build.xml +++ b/build.xml @@ -21,6 +21,7 @@ xmlns:artifact="antlib:org.apache.maven.artifact.ant"> + @@ -184,14 +185,14 @@ - - - - + + + + - - - + + +