[ 
https://issues.apache.org/jira/browse/CASSANDRA-13278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Stupp updated CASSANDRA-13278:
-------------------------------------
    Status: Patch Available  (was: Open)

Also fixed an issue that 3.0, 3.11 and trunk builds fail with an empty maven 
repo, because the ow2 repository, which is referenced from byteman-root.pom, 
seems to no longer contains byteman artifacts 
([BYTEMAN-337|https://issues.jboss.org/browse/BYTEMAN-337]). Fixed by adding 
{{byteman-install}} dependency before all other byteman deps.

||cassandra-2.1|[branch|https://github.com/apache/cassandra/compare/cassandra-2.1...snazy:13278-remove-repos-2.1]|[testall|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-2.1-testall/lastSuccessfulBuild/]|[dtest|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-2.1-dtest/lastSuccessfulBuild/]
||cassandra-2.2|[branch|https://github.com/apache/cassandra/compare/cassandra-2.2...snazy:13278-remove-repos-2.2]|[testall|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-2.2-testall/lastSuccessfulBuild/]|[dtest|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-2.2-dtest/lastSuccessfulBuild/]
||cassandra-3.0|[branch|https://github.com/apache/cassandra/compare/cassandra-3.0...snazy:13278-remove-repos-3.0]|[testall|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-3.0-testall/lastSuccessfulBuild/]|[dtest|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-3.0-dtest/lastSuccessfulBuild/]
||cassandra-3.11|[branch|https://github.com/apache/cassandra/compare/cassandra-3.11...snazy:13278-remove-repos-3.11]|[testall|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-3.11-testall/lastSuccessfulBuild/]|[dtest|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-3.11-dtest/lastSuccessfulBuild/]
||trunk|[branch|https://github.com/apache/cassandra/compare/trunk...snazy:13278-remove-repos-trunk]|[testall|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-trunk-testall/lastSuccessfulBuild/]|[dtest|http://cassci.datastax.com/view/Dev/view/snazy/job/snazy-13278-remove-repos-trunk-dtest/lastSuccessfulBuild/]

CI triggered

> 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
>            Assignee: Robert Stupp
>            Priority: Minor
>              Labels: lhf
>             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)

Reply via email to