Non-resolvable parent POM for Could not find artifact and 'parent.relativePath' points at wrong local POM

前端 未结 9 1116
广开言路
广开言路 2021-02-05 03:58

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.

<         


        
9条回答
  •  一生所求
    2021-02-05 04:05

    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.

提交回复
热议问题