Project build error: Non-resolvable parent POM: Could not find artifact weixin:weixin:pom:0.0.1-SNAP

今天遇到把maven项目 引入到一个新的eclipse工作空间,clean install 发现POM.XML文件报错 :Project build error: Non-resolvable parent POM: Could not find artifact weixin:weixin:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM,


网上搜了很多解决办法都貌似不对症下药,后来发现 新导入项目的 eclIpse需要重新设置下maven仓库的路径,设置后就没问问题了

The project com.iflytek.ossp:ossp-resserver-service:1.0.0-SNAPSHOT 

(C:\Users\moon\Desktop\ossp-resservice-maven\ossp-resserver-service\pom.xml) has 1 

error 

[ERROR] 

 

 

 

 

Non-resolvable parent POM: Could not find artifact 

com.iflytek.ossp:ossp-resserver-all:pom:1.0.0-SNAPSHOT and 'parent.relativePath' p

你可能感兴趣的:(Maven,Eclipse)