在设置代理

时间:2016-07-21 07:41:03

标签: spring

enter image description here

大家好, 我是Maven环境的新手。尝试了在settings.xml下启用代理的所有可能性。但没有用。由于maven集成在mars中,我找不到settings.xml并在.m2下创建了自己的。并且还尝试了外部maven。但没有结果。

以下是我的settings.xml。

<settings>
  <proxies>
   <proxy>
      <active>true</active>
      <protocol>http</protocol>
      <host>hostname</host>
      <port>port</port>
      <username></username>
      <password></password>
      <nonProxyHosts></nonProxyHosts>
    </proxy>
  </proxies>
</settings>

1 个答案:

答案 0 :(得分:0)

来自之前的失败请求已由Maven缓存。您需要运行带有-U标志的命令才能重试。 (或者等到缓存过期......)