maven搭建
Posted Kooing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven搭建相关的知识,希望对你有一定的参考价值。
http://blog.csdn.net/zhshulin/article/details/30779873
http://blog.csdn.net/zhshulin/article/details/37921705
改自己的settings.xml的国内镜像
<mirrors>
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
<profiles>
<repositories>
<repository>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</repository>
</profiles>
以上是关于maven搭建的主要内容,如果未能解决你的问题,请参考以下文章