Could not find artifact plugin:jar in nexus http://localhost:8081/nexus/content/groups/public


问题:maven的nexus私服无法下载jar包,打开http://http://localhost:8081/nexus/content/groups/public 只有archetype-catalog.xml文件


解决:

第一步,

Could not find artifact plugin:jar in nexus http://localhost:8081/nexus/content/groups/public_第1张图片


第二步,

Could not find artifact plugin:jar in nexus http://localhost:8081/nexus/content/groups/public_第2张图片


最后,在控制台输入命令:mvn help:system 输出信息有BUILD SUCCESS即成功.


贴上我的setting配置文件





  


  
    
	    nexus
	    admin
	    admin123
    
    
	    releases
	    admin
	    admin123
    
    
		snapshots
		admin
		admin123
    

  

 
         
      
        nexus     
        *     
        http://localhost:8081/nexus/content/groups/public     
           
  

  
  
     
      nexus     
      
        
          central
           http://central
          truealways
      truealways
        
      
     
        
          central
           http://central
         truealways
      truealways
        
      
    
  

	
	 nexus
	

你可能感兴趣的:(Maven,nexus)