Adding maven-war-plugin to integration pom 01/56401/1
authorramverma <ram.krishna.verma@ericsson.com>
Fri, 13 Jul 2018 15:19:55 +0000 (16:19 +0100)
committerramverma <ram.krishna.verma@ericsson.com>
Fri, 13 Jul 2018 15:21:39 +0000 (16:21 +0100)
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>
integration/pom.xml

index 2e18938..0a406a5 100644 (file)
                     <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>