IntelliJ 2016.02设置maven 阿里云加速

修改maven 的setting.xml

    <mirror>
        <id>nexus-aliyun</id>
        <mirrorOf>*</mirrorOf>
        <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </mirror> 
原文地址:https://www.cnblogs.com/jifeng/p/5895091.html