You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2022/11/28 16:43:52 UTC

[atlas] branch master updated: ATLAS-4714: exclude downloaded/generated files from source package

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70ae8c474 ATLAS-4714: exclude downloaded/generated files from source package
70ae8c474 is described below

commit 70ae8c4742157a2ef07ba8fd187139523429a9cf
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Tue Nov 22 13:39:49 2022 -0800

    ATLAS-4714: exclude downloaded/generated files from source package
    
    (cherry picked from commit 4cd215e1e2a04acbcd8afe6af95f43c4979202f1)
---
 distro/src/main/assemblies/src-package.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/distro/src/main/assemblies/src-package.xml b/distro/src/main/assemblies/src-package.xml
index b53487155..038d8be52 100755
--- a/distro/src/main/assemblies/src-package.xml
+++ b/distro/src/main/assemblies/src-package.xml
@@ -37,13 +37,18 @@
                 <exclude>**/*.log</exclude>
                 <exclude>**/*.pyc</exclude> <!-- python compiled executable -->
                 <exclude>**/test-output/**</exclude>
+                <exclude>distro/elasticsearch/**</exclude>
                 <exclude>distro/hbase/**</exclude>
                 <exclude>distro/solr/**</exclude>
+                <exclude>distro/zk/**</exclude>
                 <exclude>**/${sys:atlas.data}/**</exclude>
                 <exclude>**/atlas.data/**</exclude>
                 <exclude>**/*.patch</exclude>
+                <exclude>dashboardv2/node_modules/**</exclude>
+                <exclude>dashboardv3/node_modules/**</exclude>
                 <exclude>dev-support/atlas-docker/data/**</exclude>
                 <exclude>dev-support/atlas-docker/dist/**</exclude>
+                <exclude>dev-support/atlas-docker/downloads/**</exclude>
             </excludes>
         </fileSet>
     </fileSets>