阿里maven

Posted 会飞の鱼

tags:

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

# cat /root/.m2/settings.xml
<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的主要内容,如果未能解决你的问题,请参考以下文章

刚刚装的ECLIPSE,配置了阿里云的MAVEN,没有maven dependencies,也没有 enable maven dependency

Maven配置阿里云镜像

maven 更换阿里镜像设置本地仓库路径

一键安装Maven--配置本地仓库--配置阿里云镜像

阿里云maven 库

阿里云中央仓库配置