Maven settings.xml配置说明

阅读更多
  
  
   
 usr/local/maven  
   
 true  
   
 false  
   
 false  
   
   
    
  org.codehaus.mojo  
   
   
   
    
    
     
   myproxy  
     
   true  
     
   http  
     
   proxy.somewhere.com  
     
   8080  
     
   proxyuser  
     
   somepassword  
     
   *.google.com|ibiblio.org  
    
   
   
   
    
    
     
   server001  
     
   my_login  
     
   my_password  
     
   ${usr.home}/.ssh/id_dsa  
     
   some_passphrase  
     
   664  
     
   775  
     
     
    
   
   
   
    
    
     
   planetmirror.com  
     
   PlanetMirror Australia  
     
   http://downloads.planetmirror.com/pub/maven2  
     
   central  
    
   
   
   
    
    
     
   test  
     
     
      
    false  
      
    1.5  
      
      
       
     Windows XP  
       
     Windows  
       
     x86  
       
     5.1.2600  
      
      
      
       
     mavenVersion  
       
     2.0.3  
      
      
      
       
     /usr/local/hudson/hudson-home/jobs/maven-guide-zh-to-production/workspace/  
       
     /usr/local/hudson/hudson-home/jobs/maven-guide-zh-to-production/workspace/  
      
     
     
     
    /ebs1/build-machine/usr/local/hudson/hudson-home/jobs/maven-guide-  
     
     
     
      
      
       
     codehausSnapshots  
       
     Codehaus Snapshots  
       
       
        
      false  
        
      always  
        
      warn  
       
       
       
        
       
       
     http://snapshots.maven.codehaus.org/maven2  
       
     default  
      
     
     
     
      
                       
             
        
       
       
        
       
       
            
          
          
     
      
    env-test  
     
    
   
  

 

你可能感兴趣的:(Maven settings.xml配置说明)