Could not calculate build plan maven 2.2

在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)