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

pinal 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 9ecc90bb1 ATLAS-4948: exclude docs/node_modules files from source 
package
9ecc90bb1 is described below

commit 9ecc90bb182bc8bb9466a5b0f981c0c86b1b7230
Author: Pinal Shah <pinal.s...@freestoneinfotech.com>
AuthorDate: Thu Dec 19 16:36:16 2024 +0700

    ATLAS-4948: exclude docs/node_modules files from source package
    
    Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com>
---
 distro/src/main/assemblies/src-package.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distro/src/main/assemblies/src-package.xml 
b/distro/src/main/assemblies/src-package.xml
index 038d8be52..12e2c78ae 100755
--- a/distro/src/main/assemblies/src-package.xml
+++ b/distro/src/main/assemblies/src-package.xml
@@ -49,6 +49,7 @@
                 <exclude>dev-support/atlas-docker/data/**</exclude>
                 <exclude>dev-support/atlas-docker/dist/**</exclude>
                 <exclude>dev-support/atlas-docker/downloads/**</exclude>
+                <exclude>docs/node_modules/**</exclude>
             </excludes>
         </fileSet>
     </fileSets>

Reply via email to