#直接在maven的配置文件settings.xml中加入
配置方法1: 在 $MAVEN_HOME/conf 下的 settings.xml 的<mirrors>标签中添加如下配置:
alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central
在项目文件的pom.xml中,为单个项目制定中央仓库
配置方法2: 在 pom.xml 中直接添加
maven-ali http://maven.aliyun.com/nexus/content/groups/public/ true true always fail