When doing a mvn install I want to end up with 2 WAR files in my target directory. One will contain the production web.xml and the
mvn install
web.xml
More simple:
Just create a multi modules project.
Each module would have the WAR packaging :)
Build from parent pom and voila !