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 my case, the reason was a simple typo.
org.sringframework.boot spring-boot-starter-parent 2.1.5.RELEASE
A missing character in the groupId org.s(p)ringframework lead to this error.
groupId