码迷,mamicode.com
首页 > 编程语言 > 详细

[转][Java]Maven使用阿里云镜像

时间:2017-05-25 13:27:43      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:cal   targe   org   内容   使用   span   schema   href   log   

<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">
    <localRepository />
    <interactiveMode />
    <usePluginRegistry />
    <offline />
    <pluginGroups />
    <servers />
    <mirrors>
        <mirror>
        <id>nexus-aliyun</id>
        <mirrorOf>*</mirrorOf>
        <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </mirror>
    </mirrors> 
    <proxies />
    <profiles />
    <activeProfiles />
</settings>

新建一个settings.xml的文件,将上述内容复制到该文件中,然后放置在个人目录下的 /.m2 目录下,使用maven下载包的时候就是从阿里云下载了,速度会明显快很多的。

[转][Java]Maven使用阿里云镜像

标签:cal   targe   org   内容   使用   span   schema   href   log   

原文地址:http://www.cnblogs.com/z5337/p/6902802.html

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