Roy Golan has uploaded a new change for review.

Change subject: core: copy engine.conf.defaults using the setup profile
......................................................................

core: copy engine.conf.defaults using the setup profile

make maven setup profile under ear copy the engine.conf.defaults to
/usr/share/ovirt-engine/conf, which is mandatory for for webadmin
servlet

Change-Id: If4eda5222591a238852664cae37ff5e341a0631a
Signed-off-by: Roy Golan <rgo...@redhat.com>
---
M ear/pom.xml
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/26/10026/1

diff --git a/ear/pom.xml b/ear/pom.xml
index 4d5f613..06a4aff 100644
--- a/ear/pom.xml
+++ b/ear/pom.xml
@@ -23,6 +23,7 @@
   <properties>
     
<earDirectory>${project.build.directory}/${project.build.finalName}</earDirectory>
     
<backendConfFiles>${project.parent.basedir}/backend/manager/conf</backendConfFiles>
+    <usrDir>/usr/share/ovirt-engine</usrDir>
   </properties>
 
   <dependencies>
@@ -406,7 +407,9 @@
                   <tasks>
                     <echo>*** Copying configuration file from 
${backendConfFiles}/standalone.xml to ${jbossServer}/configuration</echo>
                     <copy overwrite="true" 
file="${backendConfFiles}/standalone.xml" todir="${jbossServer}/configuration"/>
-                  </tasks>
+                    <echo>*** Copying configuration file from 
${backendConfFiles}/engine.conf.defaults to ${usrDir}/conf</echo>
+                    <copy overwrite="true" 
file="${backendConfFiles}/engine.conf.defaults" todir="${usrDir}/conf"/>
+                 </tasks>
                 </configuration>
 
                 <goals>


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4eda5222591a238852664cae37ff5e341a0631a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to