Maven系列1--settings.xml 配置详解


 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
 
 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系列1--settings.xml 配置详解)