Maven系列之使用阿里云仓库

1、在项目的pom.xml里直接加入


  
      
        maven-ali  
        http://maven.aliyun.com/nexus/content/groups/public//;  
          
            true  
          
          
            true  
            always  
            fail  
          
      

2、在$MAVEN_HOME的conf文件夹的setting.xml的标签里加入

  
  alimaven  
  aliyun maven  
  http://maven.aliyun.com/nexus/content/groups/public/;  
  central          

你可能感兴趣的:(Maven)