修改Maven源为阿里巴巴的镜像

Posted 宇的季节

tags:

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

在C:\Users\Administrator\.m2创建setting.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源为阿里巴巴的镜像的主要内容,如果未能解决你的问题,请参考以下文章

更换Grade源为阿里云解决下载慢问题

修改CentOS默认yum源为国内镜像

ubuntu16.04更换镜像源为阿里云镜像源

Ubuntu 修改 apt-get 源为国内镜像源的方法

Ubuntu 修改 apt-get 源为国内镜像源的方法

Ubuntu Server 全版本更换镜像源为阿里云镜像源