项目构建错误:com.mabang:wms-api:0.0.1-SNAPSHOT 的不可解析父 POM

报错信息:

Project build error: Non-resolvable parent POM for com.mabang:wms-api:0.0.1-SNAPSHOT: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.2.RELEASE from/to nexus (http://192.168.2.13:8081/nexus/content/groups/public/): NullPointerException and 'parent.relativePath' points at no local POM
翻译:

项目构建错误:com.mabang:wms-api:0.0.1-SNAPSHOT 的不可解析父 POM:无法从 /to nexus (http://192.168.2.13:8081/nexus/content/groups/public/): NullPointerException 和 'parent.relativePath' 指向没有本地 POM

如何解决?

项目构建错误:com.mabang:wms-api:0.0.1-SNAPSHOT 的不可解析父 POM_第1张图片

都已经设置好了maven。 只是 sts中 maven仓库无法更改。

 而且已经UpdateProject 

项目构建错误:com.mabang:wms-api:0.0.1-SNAPSHOT 的不可解析父 POM_第2张图片

但是都没有任何作用!!!

我真是服了,

就运行一个项目死活运行不了了??????

Java项目真是太恶心了,各种乱七八糟报错。

如果是自己电脑写出的项目一点问题都没有。反而这种SVN导入的项目,明明配置什么的全部 按照正常流程已经配置好了,之前都是这么配置的,但是现在就是运行不起来!!!!!!!!

 

你可能感兴趣的:(SpringBoot,maven)