美文网首页
maven使用阿里镜像配置文件

maven使用阿里镜像配置文件

作者: 吴国友 | 来源:发表于2019-02-13 11:16 被阅读3次

    apache-maven-3.5.2\conf\setting.xml,添加如下镜像配置:

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

    相关文章

      网友评论

          本文标题:maven使用阿里镜像配置文件

          本文链接:https://www.haomeiwen.com/subject/ljvreqtx.html