maven下载太慢?

如果你觉得maven下载太慢就用国内的镜像好了

找到你安装的maven下的setting.xml

我是用homeBrew下载的,所以它的路径在下面

/usr/local/Cellar/[email protected]/3.5.4_1/libexec/conf/setting.xml

添加

    
      alimaven
      aliyun maven
      http://maven.aliyun.com/nexus/content/groups/public/
      central 
    


它的描述如下

Specifies a repository mirror site to use instead of a given repository. The repository that this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used for inheritance and direct lookup purposes, and must be unique across the set of mirrors.

顺便加一下配置信息,添加到标签

 
      jdk‐1.8 
      
      
        true
        1.8 
       
      
        1.8 
        1.8 
        1.8
      
    

你可能感兴趣的:(maven下载太慢?)