Maven: Non-resolvable parent POM

后端 未结 14 1526
一整个雨季
一整个雨季 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:22

    I had similar problem at my work.

    Building the parent project without dependency created parent_project.pom file in the .m2 folder.

    Then add the child module in the parent POM and run Maven build.

    
        module1
        module2
        module3
        module4
    
    

提交回复
热议问题