Maven: adding a reference to a parent pom project

前端 未结 3 1050
梦如初夏
梦如初夏 2020-12-15 22:01

I\'m not sure if I\'m understanding how to use a parent pom project correctly. I have the following parent pom defined:

4.0.0         


        
3条回答
  •  失恋的感觉
    2020-12-15 23:04

    Try creating a super pom with same packaging type and add your current parent as a dependency.

提交回复
热议问题