标签: maven
我在settings.xml中有以下设置,但它们似乎不起作用。它可能有什么问题?
<proxy> <id>example-proxy</id> <active>true</active> <protocol>http</protocol> <host>192.168.100.13</host> <port>8080</port> </proxy>