Showing posts with label mvn. Show all posts
Showing posts with label mvn. Show all posts

Saturday, 30 June 2012

How to call Customized xml file as pom file in maven


Actually we will use "pom.xml" as the file name for maven default framework.
But we can also change the name or we can call our own xml file as pom file in maven.

in order to call own xml file in maven:

mvn -f own.xml clean install