maven 本地setting.xml配置



xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

d:/.m2/repository


true


false


false



  
  com.micmiu.plugins

<-- 指定这台机器连接到网络的代理服务器的列表。除非另有规定(系统属性或命令行开关),
列表中配置的第一代理将被激活使用,用于在特殊的网络策略环境下,可能要需要开发人员通过
代理服务器来访问互联网。此时就需要给Maven配置代理服务来访问仓库、更新相关资源-->


  
  
    
    micmiuProxy
    
    true
    
    http
    
    micmiu
    
    mypwd
    
    micmiu.com
    
    80
    
    ctosun.com|ctosun.micmiu.com
  





  
  
    
    micmiu-releases
    
    michael
    
    mypwd
  


  
  
    micmiu-snapshots
    
    /home/micmiu/.ssh/id_dsa
    
    mypwd
    
    775
    
    664
  





  
  
  
    mirrorId
    
    central
    micmiu for dev.
    http://dev.micmiu.com/repo/maven2
  





  
  
    
    jdk-1.4

    
    
      
      false
      
      1.4
      
      
        
        windows 7
        
        windows
        
        x86
        
        6.1
      


      
      
        
        mavenVersion
        
        3.0.4
      

      
      
        
        /usr/local/micmiu/workspace/myfile
        
        /usr/local/micmiu/workspace/myfile
      

    


  
    
      www.micmiu.com
    

  


  
  
    
    env-dev
    
      
        
        target-env
        
        dev
      

    

    
    
      /path/to/tomcat/instance
    

  


  
    repo-dev
    
    
      
      
        
        nexus
        
        nexus for develop
        
        http://192.168.1.8:8080/nexus/content/groups/public/
        default
        
          
          true
          
          daily
          
          warn
        

        
          
          true
          
          daily
          
          warn
        

      

    

    
      
        nexus
        local nexus
        http://192.168.1.8:8080/nexus/content/groups/public
        default
        
          true
        

        
          true
        

      

    

  





  repo-dev

你可能感兴趣的:(java)