maven 2 - How to build renamed POM xml -


I'm relatively new to Maven, I really wanted to know how named pom.xml ie

P > Is there an XML with parent-pom.xml, will I enroll it directly in pom.xml and will try to create it or is there any other way of doing this?

Thank you!

Mayen pom.xml searches for the file, so its name It should work to change.

mvn -f parent-pom.xml .

You can use another file name by using the -f option.


Comments