maven download jar Could not transfer artifact
原因:
公司电脑使用代理上网,下载jar包时没有使用ie代理。
解决方法:
settings.xml配置一下
[html]
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<host>192.168.7.17</host>
<port>8081</port>
</proxy>
host为maven易做图的ip地址
port为易做图的访问端口
补充:web前端 , HTML 5 ,