This is an automated email from the ASF dual-hosted git repository.
nixonrodrigues 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 d34f875f3 ATLAS-5366 - Exclude node_modules from source release
tarball (#717)
d34f875f3 is described below
commit d34f875f3fe31732d1d6be242ac5c01463dda527
Author: Nixon Rodrigues <[email protected]>
AuthorDate: Tue Aug 4 21:50:25 2026 +0530
ATLAS-5366 - Exclude node_modules from source release tarball (#717)
---
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>