maven 配置下载包路径
maven解压包中的config里面的setting里面“/path/to/local/repo
-->”下加入:“D:/Repository”
maven快速下载的镜像(去掉所有的span标签)
阿里云Maven镜像库,速度给力!
在<mirrors> 标签内加入下述代码
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>