liduanwen

由于自己搭建的maven私服,不能时刻的启动,则改用了阿里云的maven 私服    私服地址:http://maven.aliyun.com/nexus/

如何使用呢? 

在你的settings.xml文件里配置mirrors的子节点,添加如下mirror:

<mirror>  

        <id>nexus-aliyun</id>  

        <mirrorOf>*</mirrorOf>  

        <name>Nexus aliyun</name>  

         <url>http://maven.aliyun.com/nexus/content/groups/public</url>  

</mirror>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2022-02-05
猜你喜欢
  • 2022-02-26
  • 2022-02-04
  • 2022-02-27
  • 2021-11-22
  • 2022-02-27
  • 2021-12-13
相关资源
相似解决方案