Michael Shuler created CASSANDRA-13278:
------------------------------------------
Summary: Update build.xml and build.properties.default maven repos
Key: CASSANDRA-13278
URL: https://issues.apache.org/jira/browse/CASSANDRA-13278
Project: Cassandra
Issue Type: Bug
Components: Build
Reporter: Michael Shuler
Priority: Minor
Fix For: 2.1.x, 2.2.x, 3.0.x, 3.11.x, 4.x
Only 2 of the 5 urls in build.properties.default are currently valid.
java.net2, jclouds, and oauth urls all 404.
{noformat}
$ git grep remoteRepository
build.properties.default:artifact.remoteRepository.central:
http://repo1.maven.org/maven2
build.properties.default:artifact.remoteRepository.java.net2:
http://download.java.net/maven/2
build.properties.default:artifact.remoteRepository.apache:
https://repository.apache.org/content/repositories/releases
build.properties.default:artifact.remoteRepository.jclouds:
http://jclouds.googlecode.com/svn/repo
build.properties.default:artifact.remoteRepository.oauth:
http://oauth.googlecode.com/svn/code/maven
build.xml: <artifact:remoteRepository id="central"
url="${artifact.remoteRepository.central}"/>
build.xml: <artifact:remoteRepository id="java.net2"
url="${artifact.remoteRepository.java.net2}"/>
build.xml: <artifact:remoteRepository id="apache"
url="${artifact.remoteRepository.apache}"/>
build.xml: <remoteRepository refid="central"/>
build.xml: <remoteRepository refid="apache"/>
build.xml: <remoteRepository refid="java.net2"/>
build.xml: <remoteRepository refid="central"/>
build.xml: <remoteRepository refid="apache"/>
build.xml: <remoteRepository refid="java.net2"/>
build.xml: <remoteRepository refid="central"/>
build.xml: <remoteRepository refid="apache"/>
build.xml: <remoteRepository refid="central"/>
build.xml: <remoteRepository refid="oauth"/>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)