首页前端开发HTMLmaven download jar Could not transfer artifact

maven download jar Could not transfer artifact

时间2024-01-25 12:26:27发布访客分类HTML浏览442
导读:收集整理的这篇文章主要介绍了html5教程-maven download jar Could not transfer artifact,觉得挺不错的,现在分享给大家,也给大家做个参考。小宝典致力于为广大程序猿(媛)提供高品质的代码服务,请...
收集整理的这篇文章主要介绍了html5教程-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为私服的访问端口

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

觉得可用,就经常来吧! 欢迎评论哦! html5教程,巧夺天工,精雕玉琢。小宝典献丑了!

声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!

divHTMLpost-format-gallery

若转载请注明出处: maven download jar Could not transfer artifact
本文地址: https://pptw.com/jishu/586512.html
html5系列3 : 从头开始-head标签 boost::xml

游客 回复需填写必要信息