maven 镜像仓库配置

. 中央仓库

<mirror>        

      <id> maven-net-cn</id>        
      <name> Maven China Mirror</name>        
      <url> http://maven.net.cn/content/groups/public/</url>        
      <mirrorOf> central</mirrorOf>        
    </mirror>

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

 
posted @ 2020-08-10 12:17  覃上  阅读(1938)  评论(0编辑  收藏  举报