Here\'s a challenge: why is this build failing?
I have configured Maven\'s maven-war-plugin not to fail on an abscent web.xml file, it seems:
<
This should work:
org.apache.maven.plugins maven-war-plugin false prepare-war prepare-package false true ${build.number} ${project.name} ${user.name} ${os.name} ${build.date} ./target/dist
Please notice that the false section has been moved up to the plugin configuration rather than the execution.
false