`
chinahnzhou
  • 浏览: 353429 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

maven download jar Could not transfer artifact

    博客分类:
  • java
 
阅读更多

描述

在用maven从repo1.maven.org/maven2/ 下载jar包时老是报错Could not transfer artifact.....

 

原因

公司电脑使用代理上网,下载jar包时没有使用ie代理。

 

解决方法

settings.xml配置一下

 

<proxy>
	<id>optional</id>
	<active>true</active>
	<protocol>http</protocol>
	<host>10.200.1.105</host>
	<port>808</port>
 </proxy>  
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics