maven更换源

Posted 王树燚

tags:

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

1)在 /etc/maven/settings.xml 找到  <mirrors>  </ mirrors>标签,在标签内部 添加内容如下:

   <mirror>
      <id>alimaven</id>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>

    <mirror>
      <id>uk</id>
      <mirrorOf>central</mirrorOf>
      <name>Human Readable Name for this Mirror.</name>
      <url>http://uk.maven.org/maven2/</url>
    </mirror>

    <mirror>
      <id>nexus</id>
      <name>internal nexus repository</name>
      <!-- <url>http://192.168.1.100:8081/nexus/content/groups/public/</url>-->
      <url>http://repo.maven.apache.org/maven2</url>
      <mirrorOf>central</mirrorOf>
    </mirror>

















以上是关于maven更换源的主要内容,如果未能解决你的问题,请参考以下文章

termux不换源会咋样

Deepin安装Mysql(解决"没有可安装候选"问题)

eclipse_maven换源

OS:redhat8更换网络源

Windows-nvm 换源

Rust更换Crates源