eclipse配置maven本地仓库和外部仓库

进入eclipse --> windows --> maven(user setting)

eclipse配置maven本地仓库和外部仓库_第1张图片

默认情况下本地是没有setting.xml文件的。需要在本地仓库下创建setting.xml文件


C://Users//xiliangmen//.m2//repository  
      
          
            alimaven  
            aliyun maven  
            http://maven.aliyun.com/nexus/content/groups/public/  
            central  
          
      
    
      
       nexus   
          
              
                nexus  
                local private nexus  
                http://maven.oschina.net/content/groups/public/  
                  
                    true  
                  
                  
                    false  
                  
              
          
          
          
              
            nexus  
            local private nexus  
            http://maven.oschina.net/content/groups/public/  
              
                true  
              
              
                false  
              
              
          
      
 

进入user setting 如下图:

eclipse配置maven本地仓库和外部仓库_第2张图片

以上,配置成功。

你可能感兴趣的:(学习笔记)