maven镜像 maven 国内镜像 maven 国内镜像 阿里

参考:http://blog.csdn.net/u010717403/article/details/52188496

之前确实一直为maven下载依赖速度慢的事情揪心,无意中发现这个国内镜像仓库,mark一下

配置方法

打开maven安装目录下conf/settings.xml修改mirrors即可
    <mirror>
      <id>nexus-aliyun</id>
      <mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
      <name>Nexus aliyun</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </mirror>


猜你喜欢

转载自blog.csdn.net/a873217486/article/details/56282778