Commit a817e7b9 authored by Dave Syer's avatar Dave Syer

Add failOnMissingWebXml to starter parent

parent 0effd7f5
...@@ -243,6 +243,7 @@ ...@@ -243,6 +243,7 @@
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>2.3</version> <version>2.3</version>
<configuration> <configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<archive> <archive>
<manifest> <manifest>
<mainClass>${start-class}</mainClass> <mainClass>${start-class}</mainClass>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment