You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/06/15 19:07:57 UTC

[03/10] cassandra git commit: Switch MAT to fetch jars from repo.maven.apache.org

Switch MAT to fetch jars from repo.maven.apache.org


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fdb8c961
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fdb8c961
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fdb8c961

Branch: refs/heads/cassandra-3.0
Commit: fdb8c96108f9d8d72bc3a6a56d35e708f371a995
Parents: b0db519
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Thu Jun 15 14:03:06 2017 -0500
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Thu Jun 15 14:03:06 2017 -0500

----------------------------------------------------------------------
 build.properties.default | 2 +-
 build.xml                | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/fdb8c961/build.properties.default
----------------------------------------------------------------------
diff --git a/build.properties.default b/build.properties.default
index 45d65d9..5291659 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -1,4 +1,4 @@
 # Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
 artifact.remoteRepository.central:     http://repo1.maven.org/maven2
-artifact.remoteRepository.apache:      https://repository.apache.org/content/repositories/releases
+artifact.remoteRepository.apache:      http://repo.maven.apache.org/maven2
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/fdb8c961/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6d64025..6619bfd 100644
--- a/build.xml
+++ b/build.xml
@@ -251,6 +251,8 @@
         <artifact:dependencies pathId="wikitext.classpath">
             <dependency groupId="com.datastax.wikitext" artifactId="wikitext-core-ant" version="1.3"/>
             <dependency groupId="org.fusesource.wikitext" artifactId="textile-core" version="1.3"/>
+            <remoteRepository refid="central"/>
+            <remoteRepository refid="apache"/>
         </artifact:dependencies>
         <taskdef classpathref="wikitext.classpath" resource="wikitexttasks.properties" />
         <wikitext-to-html markupLanguage="Textile">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org