diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-13 16:19:55 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-13 16:21:39 +0100 |
commit | 2a7fa3a055f99baa96433def8538401ebea21c5f (patch) | |
tree | 1f5069f5f0cd793db53e68316fda9a2517cfeef2 /integration/pom.xml | |
parent | f3bc1c9e4faffe73acea8ba90b82a87bcdae2045 (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/pom.xml')
-rw-r--r-- | integration/pom.xml | 5 |
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> |