Add failOnMissingWebXml to starter parent

This commit is contained in:
Dave Syer 2013-07-22 13:38:00 +01:00
parent 0effd7f58e
commit a817e7b969
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<archive>
<manifest>
<mainClass>${start-class}</mainClass>