pom.xml配置指定仓库

Posted brithtospring

tags:

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

<repositories>
    <repository>
        <id>central</id><--中央仓库-->
        <url>http://uk.maven.org/maven2/</url>
        <layout>default</layout>  
    </repository>
    <repository>
        <id>abcd</id>
        <url>http://maven.aliyun.com/nexus/content/groups/public//</url>
    </repository>
</repositories>

  

 

以上是关于pom.xml配置指定仓库的主要内容,如果未能解决你的问题,请参考以下文章

pom.xml配置指定仓库

Maven配置私有库

Maven配置私有库

使pom文件中的仓库生效

Maven 在 pom.xml 文件中配置 repositories 仓库

如何 配置pom.xml去官方仓库下jar包