From 2f3e035c60551cb5caf2005b9caea8126a59a52e Mon Sep 17 00:00:00 2001
From: Antoine Rey <antoine.rey@gmail.com>
Date: Wed, 6 Jul 2016 18:18:40 +0200
Subject: [PATCH] The maven-war-plugin does not failed on missing web.xml

---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c93b6c0..d964c0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,6 +312,7 @@
                 <version>2.3</version>
                 <configuration>
                     <warName>petclinic</warName>
+                    <failOnMissingWebXml>false</failOnMissingWebXml>
                 </configuration>
             </plugin>
             <plugin>
-- 
GitLab