其他分享
首页 > 其他分享> > 解决'parent.relativePath' of POM xx(xx) points at xx instead of xx, please verify your proje

解决'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,中都加,xx,pom,模块,your
来源: https://www.cnblogs.com/andychyi/p/16468631.html