Collapsing parent POM into the child

后端 未结 3 1540
粉色の甜心
粉色の甜心 2021-02-09 21:54

Given a maven project with a parent POM - including mostly plugin and dependency versions - how can I generate a POM which takes the information from the parent, places it into

3条回答
  •  自闭症患者
    2021-02-09 22:45

    Would mvn help:effective-pom do what you need? You can send the output to a file with -Doutput=new-pom.xml.

提交回复
热议问题