From a8093cee77582efee19712bdbd02437f6d200df1 Mon Sep 17 00:00:00 2001 From: Matija Obreza Date: Tue, 30 Aug 2016 10:47:23 +0200 Subject: [PATCH] No web.xml required for building war package --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 3c54992e5..5926750a5 100644 --- a/pom.xml +++ b/pom.xml @@ -667,6 +667,13 @@ + + org.apache.maven.plugins + maven-war-plugin + + false + + org.asciidoctor asciidoctor-maven-plugin -- GitLab