MAVEN配置之SETTING配置


   
   
    
    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 7
       
       Windows
       
       x64
       
       5.1.2600
      
      
      2.0.3节点时将激活此profile]]>
      
       
       mavenVersion
       
       2.0.3
      
     
     
      
      ${basedir}/file2.properties
      
      ${basedir}/file1.properties
     
    
    
    
    
      ${user.home}/our-project
    
 
    
     
     
      
      codehausSnapshots
      
      Codehaus Snapshots
      
      
       
       false
       
       always
       
       warn
      
      
      
       
      
      
      http://snapshots.maven.codehaus.org/maven2
      
      default
     
    
    
    
     
                 
                
           
          
          
           
          
          
      
    
   
  
  
    
     env-test
    
 

你可能感兴趣的:(java,maven,java,linux,服务器,开发语言)