https://blog.csdn.net/chinawangfei/article/details/122049810
一、一般使用Maven中央仓库地址
- http://www.sonatype.org/nexus/
2. http://mvnrepository.com/ (本人推荐仓库)
3. http://repo1.maven.org/maven2
关于 Maven 远程仓库地址的配置方式有两种:
第1种:直接在项目的 pom.xml 文件中进行修改(不推荐,尤其是在多人协助的开发过程中非常的费事费力);
第2种:将 Maven 的远程仓库统一的配置到 Maven 的 Settings.xml 的配置文件中。
二、Maven 中央仓库地址大全
1、阿里中央仓库(首选推荐)
2、camunda.com 中央仓库(第2推荐使用)
3、spring.io 中央仓库
4、maven.apache.org 中央仓库
5、maven.org 中央仓库
6、alfresco.com 中央仓库(第3推荐使用)
7、oschina 中央仓库(需要x墙哟)
8、oschina thinkgem 中央仓库(需要x墙哟)
9、java.net 中央仓库(需要x墙哟)
10、github.com 中央仓库(需要x墙哟)
三、Maven 中央仓库配置示例
这里使用 Dubbo官方的中央仓库为示例,在 settings.xml 的 profiles 节点中添加如下内容: