User Tools

Site Tools


maven

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
maven [2017/12/30 03:05]
jordan 创建
maven [2023/03/08 16:09] (current)
xujianglong ↷ Page moved from 内部资料:maven to maven
Line 1: Line 1:
-修改maven仓库地址为阿里云以加速下载+====== 修改maven仓库地址为阿里云以加速下载 ======
  
-参考[aliyun阿里云Maven仓库地址——加速你的maven构建](http://www.cnblogs.com/geektown/p/5705405.html)+参考[[http://www.cnblogs.com/geektown/p/5705405.html|aliyun阿里云Maven仓库地址——加速你的maven构建]]
  
-`settings.xml`文件中的`<mirrors>`节点下新增如下内容:+''%%settings.xml%%''文件中的''%%<mirrors>%%''节点下新增如下内容:
  
-```xml+<code xml>
     <mirror>     <mirror>
         <id>nexus-aliyun</id>         <id>nexus-aliyun</id>
Line 12: Line 12:
         <url>http://maven.aliyun.com/nexus/content/groups/public</url>         <url>http://maven.aliyun.com/nexus/content/groups/public</url>
     </mirror>      </mirror> 
-```+</code> 
maven.1514574340.txt.gz · Last modified: 2021/02/10 21:29 (external edit)