From 2a7fa3a055f99baa96433def8538401ebea21c5f Mon Sep 17 00:00:00 2001 From: ramverma Date: Fri, 13 Jul 2018 16:19:55 +0100 Subject: [PATCH] Adding maven-war-plugin to integration pom Adding maven-war-pluggin to integration pom so that version can be managed at single place. Change-Id: I41ba0af7a465fa3ea0adfdf21e7c03f7795344be Issue-ID: POLICY-864 Signed-off-by: ramverma --- integration/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 2e189382..0a406a5f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -281,6 +281,11 @@ exec-maven-plugin 1.6.0 + + org.apache.maven.plugins + maven-war-plugin + 2.6 + -- 2.16.6