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
<
I faced the same issue. Setting relative path of the parent in module projects solved the issue.
Use ../Parent Project Name/pom.xml
../Parent Project Name/pom.xml