Juan Hernandez has uploaded a new change for review.

Change subject: Revert "build: solve m2e manifest problems"
......................................................................

Revert "build: solve m2e manifest problems"

This reverts commit 0cd1197aa3b871ea683e5d9cac14fbe9ebe3bccb. That
change was done to downgrade the versions of the maven ear and war
plugins, in order avoid issues when importing the projects inside
Eclipse, but after checking this again I verified that there are no
problems to import, even with the newer versions of the plugins.

In addition those versions of the plugins re required in order to be
able to use the "packagingIncludes" and "packagingExcludes" capabilities
that we need to avoid packaging .jar files both as JBoss modules and as
dependencies inside the "lib" directories of the applications.

Change-Id: I0aec8720d381867cd535d2f67ffc2e1f53984a75
Signed-off-by: Juan Hernandez <[email protected]>
---
M pom.xml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/11/13711/1

diff --git a/pom.xml b/pom.xml
index 07cac82..ea08092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-ear-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.8</version>
           <configuration>
             <fileNameMapping>no-version</fileNameMapping>
           </configuration>
@@ -503,7 +503,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>2.2</version>
           <configuration>
             
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
           </configuration>


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0aec8720d381867cd535d2f67ffc2e1f53984a75
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to