This is an automated email from the ASF dual-hosted git repository.
nixonrodrigues pushed a commit to branch atlas-2.6
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/atlas-2.6 by this push:
new 4c907915c ATLAS-5366 - Exclude node_modules from source release
tarball (#715)
4c907915c is described below
commit 4c907915c1cd9429505bc5ab571f5717c65cd39a
Author: Nixon Rodrigues <[email protected]>
AuthorDate: Sun Aug 2 22:30:32 2026 +0530
ATLAS-5366 - Exclude node_modules from source release tarball (#715)
---
distro/src/main/assemblies/src-package.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/distro/src/main/assemblies/src-package.xml
b/distro/src/main/assemblies/src-package.xml
index b13652c10..1f0ef57b7 100755
--- a/distro/src/main/assemblies/src-package.xml
+++ b/distro/src/main/assemblies/src-package.xml
@@ -44,11 +44,11 @@
<exclude>**/${sys:atlas.data}/**</exclude>
<exclude>**/atlas.data/**</exclude>
<exclude>**/*.patch</exclude>
- <exclude>dashboardv2/node_modules/**</exclude>
+ <exclude>**/node_modules/**</exclude>
+ <exclude>**/.frontend-toolchain/**</exclude>
<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>