标签:
在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>
Could not calculate build plan maven 2.2
标签:
原文地址:http://my.oschina.net/gengjie2/blog/378734