偶然发现maven有了阿里镜像

 

vim ~/.m2/settings.xml

<settings>
  <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>

 

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2022-02-07
  • 2022-02-07
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2021-12-25
  • 2021-09-20
  • 2021-05-20
  • 2022-12-23
相关资源
相似解决方案