diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-07-13 19:08:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-13 19:08:56 +0000 |
commit | 4b5f946d6522f2930c3b92166b9ea56ac2888511 (patch) | |
tree | 987ff7f6f0d15b3651f9ecdfdd82f0032a921b46 | |
parent | e2f37f11e651a7bcfd9aa6d939584d5590c36f50 (diff) | |
parent | 2a7fa3a055f99baa96433def8538401ebea21c5f (diff) |
Merge "Adding maven-war-plugin to integration pom"
-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 8e6277e4..fdb68bbe 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -292,6 +292,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> |