User Tools

Site Tools


maven

This is an old revision of the document!


# 修改maven仓库地址为阿里云以加速下载

参考[aliyun阿里云Maven仓库地址——加速你的maven构建](http://www.cnblogs.com/geektown/p/5705405.html)

在`settings.xml`文件中的`<mirrors>`节点下新增如下内容:

```xml <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> ```

maven.1514574340.txt.gz · Last modified: 2021/02/10 21:29 (external edit)