Maven complaining about parent relative path
In order to resolve the parent project, these possible sources are checked: relativePath local repository remote repositories The relative path, if not given explicitly, defaults to .., i.e. the pom in the parent directory of the current project. So Maven checks whether a) there is a pom file in that directory and b) that pom … Read more