国内比较快的maven中央仓库

Posted vlime

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了国内比较快的maven中央仓库相关的知识,希望对你有一定的参考价值。

打开maven/conf/settings.xml更改配置文件,将默认的(注释)仓库换成如下:

 <mirror>
      <!--This sends everything else to /public -->
      <id>nexus</id>
      <mirrorOf>*</mirrorOf> 
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </mirror>
    <mirror>
      <!--This is used to direct the public snapshots repo in the 
          profile below over to a different nexus group -->
      <id>nexus-public-snapshots</id>
      <mirrorOf>public-snapshots</mirrorOf> 
      <url>http://maven.aliyun.com/nexus/content/repositories/snapshots/</url>
    </mirror>

 

参考链接:https://yq.aliyun.com/articles/255523

以上是关于国内比较快的maven中央仓库的主要内容,如果未能解决你的问题,请参考以下文章

maven 术语

maven替换中央仓库,阿里云镜像下载及自定义本地仓库位置

maven 阿里云 国内镜像 中央仓库

maven私服配置国内aliyun中央仓库

国内Maven中央仓库推荐 速度最快最好的Maven仓

国内Maven中央仓库推荐 速度最快最好的Maven仓