Maven项目pom.xml文件使用阿里的仓库

Posted qfei

tags:

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

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

<pluginRepositories>
<pluginRepository>
<id>aliyun-plugin</id>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

以上是关于Maven项目pom.xml文件使用阿里的仓库的主要内容,如果未能解决你的问题,请参考以下文章

maven项目报错 pom

使用maven聚合安装多个maven工程到本地仓库报错的解决方法:child module pom.xml does not exist

整理nexus maven仓库构建和pom.xml文件之间的关联

Maven pom.xml中添加指定的中央仓库

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

在Maven项目中,指定使用阿里云仓库下载jar包