码迷,mamicode.com
首页 > 其他好文 > 详细

阿里maven

时间:2020-01-31 00:51:11      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:http   XML   group   oca   apache   apach   nexus   setting   central   

# cat /root/.m2/settings.xml
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                          https://maven.apache.org/xsd/settings-1.0.0.xsd">

      <mirrors>
        <mirror>  
            <id>alimaven</id>  
            <name>aliyun maven</name>  
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>  
            <mirrorOf>central</mirrorOf>          
        </mirror>  
      </mirrors>
</settings>

阿里maven

标签:http   XML   group   oca   apache   apach   nexus   setting   central   

原文地址:https://www.cnblogs.com/mhc-fly/p/12244316.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!