在maven的conf 目录下的settting.xml添加如下配置
<proxies> <proxy> <id>optional</id> <active>true</active> <protocol>http</protocol> <host>proxyserver.company.com</host> <port>8080</port> <nonProxyHosts>local.net|some.host.com</nonProxyHosts> </proxy> </proxies>
时间: 2024-10-04 08:54:51