标签:com span 匹配 epo code tor name osi central
在conf目录下的settings.xml文件的145行左右
id表示该镜像的id
mirrorOf表示为哪个仓库配置镜像,central为默认的中央仓库的id,也可以使用通配符*,来匹配所有仓库
<mirrors> <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> </mirrors>
在conf目录下的settings.xml文件的50行左右,默认位置为 用户目录/.m2/repository
标签:com span 匹配 epo code tor name osi central
原文地址:https://www.cnblogs.com/yanguobin/p/11960737.html