镜像地址:http://mirrors.aliyun.com/    
仓库地址:http://mirrors.aliyun.com/repo/    
安装过程:    
    备份:mv    
    下载:wget    
    更新:yum clean all;yum makecache    
    
    
    
阿里云Maven仓库地址——加速你的maven构建    
在maven的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>
本文出自 “ChinaHao” 博客,请务必保留此出处http://chinahao.blog.51cto.com/5507815/1880474
原文地址:http://chinahao.blog.51cto.com/5507815/1880474