File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # Maven2 Repository Locations (you can override these to point to a local proxy, e.g. Nexus)
2
- artifact.remoteRepository.central: http://repo1.maven.org/maven2
3
- artifact.remoteRepository.java.net2: http://download.java.net/maven/2
4
- artifact.remoteRepository.java. apache: https://repository.apache.org/content/repositories/releases
5
- artifact.remoteRepository.java. cloudera: https://repository.cloudera.com/content/repositories/releases
6
- artifact.remoteRepository.java. jclouds: http://jclouds.googlecode.com/svn/repo
7
- artifact.remoteRepository.java. oauth: http://oauth.googlecode.com/svn/code/maven
8
- artifact.remoteRepository.java. twttr: http://maven.twttr.com
1
+ # Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
2
+ artifact.remoteRepository.central: http://repo1.maven.org/maven2
3
+ artifact.remoteRepository.java.net2: http://download.java.net/maven/2
4
+ artifact.remoteRepository.apache: https://repository.apache.org/content/repositories/releases
5
+ artifact.remoteRepository.cloudera: https://repository.cloudera.com/content/repositories/releases
6
+ artifact.remoteRepository.jclouds: http://jclouds.googlecode.com/svn/repo
7
+ artifact.remoteRepository.oauth: http://oauth.googlecode.com/svn/code/maven
8
+ artifact.remoteRepository.twttr: http://maven.twttr.com
9
9
You can’t perform that action at this time.
0 commit comments