修改maven中setting配置

找到tomcat中conf下的setting.xml,找到

 
      mirrorId
      repositoryId
      Human Readable Name for this Mirror.
      http://my.repository.com/repo/path;
   

 
            nexus-aliyun
            *
            Nexus aliyun
            http://maven.aliyun.com/nexus/content/groups/public;
    

如下:
Maven中setting修改为阿里的数据源_第1张图片
然后,添加pom中配置


sonatype-nexus-snapshots
Sonatype Nexus Snapshots
http://maven.aliyun.com/nexus/content/groups/public;

false


true



保存退出,maven重新加载即可。