maven设置代理和私有仓库

配置maven使用私有仓库

 
   
                
                        
                        central-mirror
                        central
                        https://nexus.ctwifi.cn.cn/nexus/repository/maven-public
                
                
                        
                        release-mirror
                        *,!maven-snapshots
                        https://nexus.ctwifi.cn.cn/nexus/repository/maven-releases
                
 

配置下载依赖包时使用代理服务器


   
      proxy
      true
      http
      nexus.ctwifi.cn
      8080
      username
      password
      docker-registry.default.svc|*.ctwifi.cn
    
 

你可能感兴趣的:(Maven)