aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-07-13 16:19:55 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-07-13 16:21:39 +0100
commit2a7fa3a055f99baa96433def8538401ebea21c5f (patch)
tree1f5069f5f0cd793db53e68316fda9a2517cfeef2 /integration
parentf3bc1c9e4faffe73acea8ba90b82a87bcdae2045 (diff)
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 <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
</plugins>
</pluginManagement>