I have a maven3 multimodule project, and for a strange reason i need to customize POM filename for one of my child module (ie: module-pom.xml)
Is it possible to conf
You can override default pom.xml. Maven have -f command option.
mvn -f /pom.xml clean install