Browse Source

AMBARI-8869. Include AMS debian packages in Ambari build. Missing property fix. (swagle)

Siddharth Wagle 10 years ago
parent
commit
f0f889cecd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-metrics/ambari-metrics-assembly/pom.xml

+ 1 - 0
ambari-metrics/ambari-metrics-assembly/pom.xml

@@ -40,6 +40,7 @@
     <deb.python.ver>python (&gt;= 2.6)</deb.python.ver>
     <deb.architecture>amd64</deb.architecture>
     <deb.dependency.list>${deb.python.ver},python-dev,gcc</deb.dependency.list>
+    <sinkJarName>ambari-metrics-hadoop-sink-with-common-${project.version}.jar</sinkJarName>
   </properties>
 
   <build>