maven使用阿里云镜像

Posted dylan-thomas

tags:

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

1.pom文件添加

 <repositories>
        <repository>
            <id>nexus-aliyun</id>
            <name>nexus-aliyun</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
    </repositories>

2.设置本地setting文件

<mirror>
    <!--This sends everything else to /public -->
    <id>nexus-aliyun</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

参照maven中无法下载依赖 https://www.jianshu.com/p/7861c6f2b517

以上是关于maven使用阿里云镜像的主要内容,如果未能解决你的问题,请参考以下文章

Maven使用阿里云镜像

Maven使用阿里云镜像

Maven阿里云镜像地址

maven配置阿里云镜像时(私服设置~JEECG)

MAVEN加载国内阿里云镜像

Maven配置阿里云镜像与JDK编译版本