maven镜像
Posted 喃博思睿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven镜像相关的知识,希望对你有一定的参考价值。
<mirrors>
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
以上是关于maven镜像的主要内容,如果未能解决你的问题,请参考以下文章
maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段