代理设置无法在maven中运行

时间:2015-03-21 16:30:38

标签: maven

我在settings.xml中有以下设置,但它们似乎不起作用。它可能有什么问题?

<proxy>
    <id>example-proxy</id>
    <active>true</active>
    <protocol>http</protocol>
    <host>192.168.100.13</host>
    <port>8080</port>
</proxy>

0 个答案:

没有答案