标签:http bsp active 复制 sts log password logs div
把maven安装目录下的conf/settings.xml复制一份到~/.m2/下
在<proxies>标签中添加
<proxy> <id>socks5</id> <active>true</active> <protocol>http</protocol> <username></username> <password></password> <host>127.0.0.1</host> <port>1080</port> <nonProxyHosts>127.0.0.1</nonProxyHosts> </proxy>
标签:http bsp active 复制 sts log password logs div
原文地址:http://www.cnblogs.com/eleven24/p/7141967.html