Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-13278

Update build.xml and build.properties.default maven repos

    XMLWordPrintableJSON

Details

    • Low

    Description

      Only 2 of the 5 urls in build.properties.default are currently valid.

      java.net2, jclouds, and oauth urls all 404.

      $ 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"/>
      

      Attachments

        Activity

          People

            snazy Robert Stupp
            mshuler Michael Shuler
            Robert Stupp
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: