maven 阿里仓库

Posted liufengfan

tags:

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

<repositories>
    <repository>
        <id>aliyun</id>
        <url>https://maven.aliyun.com/repository/public</url>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </repository>
</repositories>
<pluginRepositories>
    <pluginRepository>
        <id>aliyun-plugin</id>
        <url>https://maven.aliyun.com/repository/public</url>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </pluginRepository>
</pluginRepositories>

 

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

Maven 设置阿里巴巴发布版本仓库

maven替换中央仓库,阿里云镜像下载及自定义本地仓库位置

maven仓库配置(阿里云)

阿里云的maven仓库

快使用阿里云的maven仓库

国内阿里Maven仓库镜像Maven配置文件Maven仓库速度快