Maven中本地仓库,中央镜像,JDK版本配置

配置本地仓库的位置,根据自己的情况自己修改:

 

  E:\eclipse\RepMaven

Maven中本地仓库,中央镜像,JDK版本配置_第1张图片

配置中央仓库镜像,下载jar包快:

 

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

Maven中本地仓库,中央镜像,JDK版本配置_第2张图片

配置JDK版本

 

  
    jdk-1.8  
      
        true  
        1.8  
      
      
        1.8  
        1.8  
        1.8  
    
  
  
    jdk-1.8  
      
        true  
        1.8  
      
      
        1.8  
        1.8  
        1.8  
    
  
  

Maven中本地仓库,中央镜像,JDK版本配置_第3张图片

 

 

 

 

setting.xml

 


 





  
 E:\eclipse\RepMaven
  


  


  
  
    
  


  
  
    
  


  
  
    
    
    
  


  
  
    
	     
      nexus-aliyun  
      nexus-aliyun
      http://maven.aliyun.com/nexus/content/groups/public  
      central    
    
	  
	 
  
  
  
  
  
     
     jdk-1.8  
      
        true  
        1.8  
      
      
        1.8  
        1.8  
        1.8  
    
  
  
   
    


    
  


  

	     
      nexus-aliyun  
      nexus-aliyun
      http://maven.aliyun.com/nexus/content/groups/public  
      central    
    
	  
	 
  
  
  
  
  
     
     jdk-1.8  
      
        true  
        1.8  
      
      
        1.8  
        1.8  
        1.8  
    
  
  
   
    


    
  


  

 

 

 

 

 

 

     

 

 

 

你可能感兴趣的:(【Maven】)