<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<!-- mirror
| Specifies a repository mirror site to use instead of a given repository. The repository that
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://my.repository.com/repo/path</url>
</mirror>
--> <mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror> <mirror>
<id>uk</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://uk.maven.org/maven2/</url>
</mirror> <mirror>
<id>CN</id>
<name>OSChina Central</name>
<url>http://maven.oschina.net/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror> <mirror>
<id>nexus</id>
<name>internal nexus repository</name>
<!-- <url>http://192.168.1.100:8081/nexus/content/groups/public/</url>-->
<url>http://repo.maven.apache.org/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror> </mirrors>
</settings>

最新文章

  1. 解决Trauncate table没权限
  2. PBOC协议中对于所有电子存折/电子钱包应用的预处理
  3. 一个事务复制的bug--更新丢失
  4. ftp服务器远程拷贝命令
  5. Cocos2dx 3.x包含ext库报错解决
  6. 15 day 1代碼
  7. 做最好的自己(Be Your Personal Best)
  8. css08盒子模型
  9. java 图片 批量 压缩 +所有压缩
  10. 升级fedora 18到fedora 19
  11. Fastify 系列教程四 (求对象、响应对象和插件)
  12. JavaEE EL &amp; JSTL 学习笔记
  13. 分布式进阶(十八) 分布式缓存之Memcached
  14. JDK1.8源码(二)——java.util.LinkedList
  15. 18. C# 转换
  16. windows浏览器访问虚拟机开的rabbitmq服务,无法访问
  17. Web Server和Application Server之间的区别?
  18. web全栈架构师[笔记] — 01 ECMAScript6新特性
  19. 消息推送SignalR简单实例
  20. mysql数据库的最基本的命令

热门文章

  1. 记录一次编译安装Pg_rman缺少依赖包的问题
  2. shell脚本自动化安装pgsql10.5版本
  3. BZOJ 3689: 异或之 可持久化trie+堆
  4. pgloader 学习(六) 加载csv 数据
  5. HTML Meta标签和link标签
  6. C# 监测每个方法的执行次数和占用时间(测试4)
  7. 洛谷P3509 Frog
  8. mysql substring()函数,字符串分割
  9. NIO Channel Scatter/Gather 管道Pipe类
  10. MySQL服务问题