maven仓库中心mirrors配置多个下载中心(执行最快的镜像)

E:\Program FilesApache Software Foundationapache-maven-3.5.4-binconf\settings.xml
maven仓库中心mirrors配置多个下载中心(执行最快的镜像)
alimaven central aliyun maven http://maven.aliyun.com/nexus/content/repositories/central/ jboss-public-repository-group central JBoss Public Repository Group http://repository.jboss.org/nexus/content/groups/public ibiblio central Human Readable Name for this Mirror. http://mirrors.ibiblio.org/pub/mirrors/maven2/ central Maven Repository Switchboard http://repo1.maven.org/maven2/ central repo2 central Human Readable Name for this Mirror. http://repo2.maven.org/maven2/ 此处指定多个mirrors镜像,镜像只会执行第一个位置mirror。 https://www.cnblogs.com/tiancai/p/10066130.html 官网说明如下: http://maven.apache.org/guides/mini/guide-mirror-settings.html

 

转载于:https://www.cnblogs.com/shy1766IT/p/10682928.html

你可能感兴趣的:(java)