I am new to maven.
I have one project which I try to build with the maven3.
When I run the command mvn -X clean install I got the error.
mvn -X clean install
<
In pom.xml file of the project,
org.springframework.boot spring-boot-starter-parent X.X.X.RELEASE ../PROJECTNAME/pom.xml
Pointing relativepath to the same MAVEN project POM file solved the issue for me.