Non-resolvable parent POM for解决

在运行maven项目是出现CIA列错误提示:

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for jt-manage:jt-manage:[unknown-version]: Could not find artifact com.jt:jt-parent:pom:0.0.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 9, column 11
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   

原因:没有把parent工程install到本地

解决方法:

猜你喜欢

转载自blog.csdn.net/zhou_438/article/details/83927336