国内Maven私服仓库

国内Maven 私服 ,使用nexus搭建。maven

修改conf文件夹下的settings.xml文件,添加以下镜像配置:url

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