maven 阿里仓库

Posted 程序之家

tags:

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

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
 
      <mirrors>
        <mirror> 
            <id>alimaven</id> 
            <name>aliyun maven</name> 
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url> 
            <mirrorOf>central</mirrorOf>         
        </mirror> 
      </mirrors>
</settings>

  

以上是关于maven 阿里仓库的主要内容,如果未能解决你的问题,请参考以下文章

Maven 设置阿里巴巴发布版本仓库

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

maven仓库配置(阿里云)

阿里云的maven仓库

快使用阿里云的maven仓库

国内阿里Maven仓库镜像Maven配置文件Maven仓库速度快