去指定的网站下载maven库

在.m2文件夹内建立settings.xml

贴入如下内容:


    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
   
     
       
         
            false
         

          central
          libs-release
          http://192.168.3.132:8080/artifactory/libs-release
       

       
         
          snapshots
          libs-snapshot
          http://192.168.3.132:8080/artifactory/libs-snapshot
       

     

     
       
         
            false
         

          central
          plugins-release
          http://192.168.3.132:8080/artifactory/plugins-release
       

       
         
          snapshots
          plugins-snapshot
          http://192.168.3.132:8080/artifactory/plugins-snapshot
       

     

      artifactory
   

 

 
    artifactory
 

你可能感兴趣的:(去指定的网站下载maven库)