码迷,mamicode.com
首页 > 其他好文 > 详细

无法解析parent POM——1.5.3.RELEASE

时间:2018-06-08 18:31:04      阅读:649      评论:0      收藏:0      [点我收藏+]

标签:删除   1.0   start   rom   net   注释   nsf   test   str   

报错信息:

Non-resolvable parent POM for com.zhaoyang:eurekaTest:1.0-SNAPSHOT: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:1.5.3.RELEASE from/to alimaven (http://maven.aliyun.com/nexus/content/groups/public/): proxy.host.net and ‘parent.relativePath‘ points at no local POM @ line 17, column 13

无法从阿里云的maven仓库下载1.5.3.RELEASE

 

[[原因:]]

不知道什么时候在本地仓库的配置文件里面(conf/setting.xml)增加了个没用的代理:

<proxy>
  <id>optional</id>
  <active>true</active>
  <protocol>http</protocol>
  <username>proxyuser</username>
  <password>proxypass</password>
  <host>proxy.host.net</host>
  <port>80</port>
  <nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>

 

把这个代理注释掉,OK

然后本地仓库删除1.5.3.RELEASE这个包,重新下载,哦了!

无法解析parent POM——1.5.3.RELEASE

标签:删除   1.0   start   rom   net   注释   nsf   test   str   

原文地址:https://www.cnblogs.com/zuixieyang/p/9157050.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!