Juan Hernandez has uploaded a new change for review.

Change subject: core: Make antrun plugin version explicit
......................................................................

core: Make antrun plugin version explicit

Currently we don't explicitly specify the version of the maven ant
plugin that we use. This means that we use an old version. This patch
udpates to version 1.7 and makes it explicit in the parent POM.

Change-Id: Iede68182eaa101813abccb3d534fe297651ff648
Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com>
---
M ear/pom.xml
M pom.xml
2 files changed, 10 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/82/11682/1

diff --git a/ear/pom.xml b/ear/pom.xml
index f0caeb6..ae63933 100644
--- a/ear/pom.xml
+++ b/ear/pom.xml
@@ -22,7 +22,7 @@
 
   <properties>
     
<earDirectory>${project.build.directory}/${project.build.finalName}</earDirectory>
-    
<backendConfFiles>${project.parent.basedir}/backend/manager/conf</backendConfFiles>
+    <backendConfFiles>${basedir}/../backend/manager/conf</backendConfFiles>
   </properties>
 
   <dependencies>
@@ -436,9 +436,9 @@
                 </goals>
                 <configuration>
                   <tasks>
-                    <echo>*** Copying 
${project.parent.basedir}/deployment/modules to ${jbossHome}/modules</echo>
+                    <echo>*** Copying ${basedir}/../deployment/modules to 
${jbossHome}/modules</echo>
                     <copy todir="${jbossHome}/modules" verbose="true" 
overwrite="true">
-                      <fileset 
dir="${project.parent.basedir}/deployment/modules">
+                      <fileset dir="${basedir}/../deployment/modules">
                         <include name="org/postgresql/**"/>
                       </fileset>
                     </copy>
diff --git a/pom.xml b/pom.xml
index 73c0fc4..b54493d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,6 +458,13 @@
             </execution>
            </executions>
         </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+
       </plugins>
     </pluginManagement>
     <plugins>


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iede68182eaa101813abccb3d534fe297651ff648
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