You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2019/12/16 16:40:27 UTC

[tez] branch master updated: TEZ-1869. Exclude tez-ui war / other dependencies from tez.tar.gz

This is an automated email from the ASF dual-hosted git repository.

jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 09c6f90  TEZ-1869. Exclude tez-ui war / other dependencies from tez.tar.gz
09c6f90 is described below

commit 09c6f902fdab527ca537f6b727e70c1579f2a2cf
Author: Rajesh Balamohan <rb...@apache.org>
AuthorDate: Mon Dec 16 10:40:10 2019 -0600

    TEZ-1869. Exclude tez-ui war / other dependencies from tez.tar.gz
    
    Signed-off-by: Jonathan Eagles <je...@apache.org>
---
 tez-dist/src/main/assembly/tez-dist-minimal.xml | 1 +
 tez-dist/src/main/assembly/tez-dist.xml         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tez-dist/src/main/assembly/tez-dist-minimal.xml b/tez-dist/src/main/assembly/tez-dist-minimal.xml
index fbd1782..35f9be7 100644
--- a/tez-dist/src/main/assembly/tez-dist-minimal.xml
+++ b/tez-dist/src/main/assembly/tez-dist-minimal.xml
@@ -25,6 +25,7 @@
       <excludes>
         <exclude>org.apache.tez:tez-aux-services</exclude>
         <exclude>org.apache.tez:tez-ext-service-tests</exclude>
+        <exclude>org.apache.tez:tez-ui</exclude>
       </excludes>
       <binaries>
         <outputDirectory>/</outputDirectory>
diff --git a/tez-dist/src/main/assembly/tez-dist.xml b/tez-dist/src/main/assembly/tez-dist.xml
index 9456664..665121a 100644
--- a/tez-dist/src/main/assembly/tez-dist.xml
+++ b/tez-dist/src/main/assembly/tez-dist.xml
@@ -24,6 +24,7 @@
       <useAllReactorProjects>true</useAllReactorProjects>
       <excludes>
         <exclude>org.apache.tez:tez-aux-services</exclude>
+        <exclude>org.apache.tez:tez-ui</exclude>
       </excludes>
       <binaries>
         <outputDirectory>/</outputDirectory>