解决'parent.relativePath' of POM xx(xx) points at xx instead of xx, please verify your proje


记录我的解决办法:

项目拉下来,加载依赖后,pom.xml的 <project  标签报错出现’parent.relativePath’ of POM xx(xx) points at xx instead of xx, please verify your project structure

发现引用的parent标签中没有表明真实路径地址

 

导致每个子模块都找不到父模块。

于是给所有的子模块的parent中都加了

<relativePath/>


项目结构如下:

解决'parent.relativePath' of POM xx(xx) points at xx instead of xx, please verify your proje

 

原创文章,作者:6024010,如若转载,请注明出处:https://blog.ytso.com/273761.html

(0)
上一篇 2022年7月12日
下一篇 2022年7月12日

相关推荐

发表回复

登录后才能评论