From f831d98177e74625e14b57ab35e8b83990b72473 Mon Sep 17 00:00:00 2001 From: Slavisa Baeldung Date: Tue, 31 May 2016 11:24:41 +0200 Subject: [PATCH] jsf-spring-integration - adding war plugin --- jsf/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jsf/pom.xml b/jsf/pom.xml index 2f5d315e41..1049bbf38c 100644 --- a/jsf/pom.xml +++ b/jsf/pom.xml @@ -96,6 +96,14 @@ 1.8 + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + false + + @@ -112,5 +120,8 @@ 3.1.0 + + + 2.6 \ No newline at end of file