1、如何修改镜像地址
找到Maven 安装目录,找到settings.xml,修改 Mirros
<mirror> <id>nexus-aliyun</id> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>
<mirror> <id>nexus-aliyun</id> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>
<mirror> <id>repo2</id> <name>Mirror from Maven Repo2</name> <url>http://repo2.maven.org/maven2/</url> <mirrorOf>central</mirrorOf> </mirror>
<mirror> <id>ui</id> <name>Mirror from UK</name> <url>http://uk.maven.org/maven2/</url> <mirrorOf>central</mirrorOf> </mirror>
<mirror> <id>jboss-public-repository-group</id> <mirrorOf>central</mirrorOf> <name>JBoss Public Repository Group</name> <url>http://repository.jboss.org/nexus/content/groups/public</url> </mirror>
到此这篇关于几个好用Maven镜像仓库地址(小结)的文章就介绍到这了,更多相关Maven镜像仓库地址内容请搜索本网站以前的文章或继续浏览下面的相关文章希望大家以后多多支持本网站!
您可能感兴趣的文章:
- 常用Maven库,镜像库及maven/gradle配置(小结)
- 详解阿里云maven镜像库配置(gradle,maven)
- maven仓库中心mirrors配置多个下载中心(执行最快的镜像)
- 详解Maven settings.xml配置(指定本地仓库、阿里云镜像设置)
- Maven setting配置镜像仓库的方法步骤
- maven+阿里云创建国内镜像的中央仓库(亲测可用)
- 浅谈Maven镜像更换为阿里云中央仓库(精)
- Maven 仓库国内镜像源收藏(小结)