In Maven 2.0 it is not mandatory that we always name the Project Object Model as pom.xml. We can assign a custom name say abc.xml and invoke it using the command mvn -f abc.xml package
Same applies for ANT. Instead of assigning the default name of build.xml, if the file name is def.xml, we can invoke using the command ant -f def.xml
