Maven: Non-resolvable parent POM

后端 未结 14 1540
一整个雨季
一整个雨季 2020-12-02 11:04

I have my maven project setup as 1 shell projects and 4 children modules. When I try to build the shell. I get:

[INFO] Scanning for projects...
[ERROR] The b         


        
14条回答
  •  天命终不由人
    2020-12-02 11:25

    Add a Dependency in

    pom.xml:

    
        org.springframework.boot
        spring-boot-starter-parent
        2.1.8.RELEASE
         
    
    
            org.apache.maven.plugins
            maven-resources-plugin
            2.4.3
    
    

提交回复
热议问题