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
Would mvn help:effective-pom do what you need? You can send the output to a file with -Doutput=new-pom.xml.
mvn help:effective-pom
-Doutput=new-pom.xml