当前位置: 移动技术网 > IT编程>网页制作>Html5 > maven download jar Could not transfer artifact

maven download jar Could not transfer artifact

2018年02月14日  | 移动技术网IT编程  | 我要评论

张志林,生育津贴和产假工资,电动车控制板

原因:
公司电脑使用代理上网,下载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为私服的访问端口

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网