Repository: ambari
Updated Branches:
  refs/heads/trunk e5d2cf592 -> dc5a2e96e


AMBARI-6522. Build for Ubuntu is broken (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dc5a2e96
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dc5a2e96
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dc5a2e96

Branch: refs/heads/trunk
Commit: dc5a2e96efad37ea5b5afe599ad0b47110eaad7f
Parents: e5d2cf5
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Thu Jul 17 13:56:13 2014 +0300
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Thu Jul 17 13:56:13 2014 +0300

----------------------------------------------------------------------
 ambari-admin/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dc5a2e96/ambari-admin/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-admin/pom.xml b/ambari-admin/pom.xml
index 453dceb..559a13d 100644
--- a/ambari-admin/pom.xml
+++ b/ambari-admin/pom.xml
@@ -70,6 +70,23 @@
           </descriptors>
         </configuration>
       </plugin>
+      <plugin>
+          <groupId>org.vafer</groupId>
+          <artifactId>jdeb</artifactId>
+          <version>1.0.1</version>
+          <executions>
+              <execution>
+                  <phase>none</phase>
+                  <goals>
+                      <goal>jdeb</goal>
+                  </goals>
+              </execution>
+          </executions>
+          <configuration>
+              <skip>true</skip>
+              <submodules>false</submodules>
+          </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>
\ No newline at end of file

Reply via email to