下载地址:http://www.sonatype.org/nexus/archived/#step2top

我本次安装版本是:Nexus 2.11.4-01


1、maven的全局配置文件:





D:\greensoft\apache-maven-3.2.3-bin\apache-maven-3.2.3\repo







 

	
		cninfo-release
		deployment
		xxxxxx
	
	
		cninfo-snapshot
		deployment
		xxxxxx
	



   


 
      central
      *
      Human Readable Name for this Mirror.
      http://xxx.xxx.xxx.xx:8089/nexus/content/groups/xxxx_group
 
	  

  


    
	cninfo_group
	
		
			cninfo_group
			cninfo_group_repo
			http://xxx.xxx.xxx.xx:8089/nexus/content/groups/xxxx_group
			
				true
			
			
				true
			
		
	
	
         
           cninfo_group
          cninfo_group_repo
            http://xxx.xxx.xxx.xx:8089/nexus/content/groups/cninfo_group
               true
               true>
       
      
					 
  
	  
		downloadSources  
		  
			true  
			true             
		  
	  
  

 
  

        cninfo_group
		downloadSources  



2、如果有项目需要发布到nexus服务器中,需在pom.xml添加如下的配置


...




    
        cninfo-release
        cninfo-release-repo
        http://xxx.xxx.xxx.xx::8089/nexus/content/repositories/cninfo-release
    
    
        cninfo-snapshot
        cninfo-snapshot-repo
        http://xxx.xxx.xxx.xx::8089/nexus/content/repositories/cninfo-snapshot
        



...