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

Posted 秤心

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转][Java]Maven使用阿里云镜像相关的知识,希望对你有一定的参考价值。

<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使用阿里云镜像的主要内容,如果未能解决你的问题,请参考以下文章

[转]aliyun阿里云Maven仓库地址——加速你的maven构建

如何将阿里云的maven镜像 镜像到本地

阿里云Maven配置,Maven仓库配置,Maven镜像配置

Maven国内高速镜像

Maven使用阿里云镜像

maven仓库配置和 修改阿里云镜像