You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/07/09 18:05:15 UTC

[4/6] git commit: SLIDER-221 RPM is building; contents manually verified

SLIDER-221 RPM is building; contents manually verified


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/4e026548
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/4e026548
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/4e026548

Branch: refs/heads/develop
Commit: 4e0265487073f22b4f37b57e183891561ed7e21e
Parents: d44d4c1
Author: Steve Loughran <st...@hortonworks.com>
Authored: Wed Jul 9 15:32:07 2014 +0100
Committer: Steve Loughran <st...@hortonworks.com>
Committed: Wed Jul 9 15:32:07 2014 +0100

----------------------------------------------------------------------
 slider-assembly/pom.xml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/4e026548/slider-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/slider-assembly/pom.xml b/slider-assembly/pom.xml
index 95df363..8bc8f12 100644
--- a/slider-assembly/pom.xml
+++ b/slider-assembly/pom.xml
@@ -33,12 +33,12 @@
 
   <properties>
     <rpm.basedir>/usr/local/slider</rpm.basedir>
-    <rpm.confdir>${basedir}/conf</rpm.confdir>
-    <rpm.bindir>${basedir}/bin</rpm.bindir>
-    <rpm.libdir>${basedir}/lib</rpm.libdir>
+    <rpm.confdir>${rpm.basedir}/conf</rpm.confdir>
+    <rpm.bindir>${rpm.basedir}/bin</rpm.bindir>
+    <rpm.libdir>${rpm.basedir}/lib</rpm.libdir>
     <rpm.username>mapred</rpm.username>
     <rpm.groupname>mapred</rpm.groupname>
-    <src.confdir>src/conf/hdp</src.confdir>
+    <src.confdir>src/conf-hdp</src.confdir>
     <src.libdir>${project.build.directory}/lib</src.libdir>
   </properties>
 
@@ -249,9 +249,7 @@
                   <username>${rpm.username}</username>
                   <groupname>${rpm.groupname}</groupname>
                   <sources>
-                    <source>
-                      <location>target/classes</location>
-                    </source>
+
                   </sources>
                 </mapping>