Non-resolvable parent POM using Maven 3.0.3 and relativePath notation

后端 未结 8 2228
既然无缘
既然无缘 2021-02-03 21:19

After migrating to Mavent 3.0.3 Parent poms in several Projects cannot be resolved anymore.

The Projects are structured in a default manner, so I set parent.relativePath

8条回答
  •  时光取名叫无心
    2021-02-03 22:10

    You need to check your relative path, based on depth of your modules from parent if module is just below parent then in module put relative path as: ../pom.xml

    if its 2 level down then ../../pom.xml

提交回复
热议问题