Juan Hernandez has uploaded a new change for review.

Change subject: core: Make explicit version of maven war plugin
......................................................................

core: Make explicit version of maven war plugin

Currently we don't explicitly specify the version of the maven war
plugin that we use. This patch makes it explicit in the plugin
management section of the root POM.

Change-Id: I52d60c584be7236ce0c9b6cfb1dc970a9fab4591
Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com>
---
M pom.xml
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/83/11683/1

diff --git a/pom.xml b/pom.xml
index b54493d..112d41e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,6 +465,12 @@
           <version>1.7</version>
         </plugin>
 
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+
       </plugins>
     </pluginManagement>
     <plugins>


--
To view, visit http://gerrit.ovirt.org/11683
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I52d60c584be7236ce0c9b6cfb1dc970a9fab4591
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to