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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3b9162824 Exclude node_modules and node/ from source distribution
3b9162824 is described below

commit 3b916282483c50e91b6d6dbf05e529450a6603ad
Author: Richard Zowalla <[email protected]>
AuthorDate: Sat Apr 25 19:20:34 2026 +0200

    Exclude node_modules and node/ from source distribution
---
 storm-dist/source/src/main/assembly/source.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/storm-dist/source/src/main/assembly/source.xml 
b/storm-dist/source/src/main/assembly/source.xml
index cc3d2c6bb..6fc21c2b7 100644
--- a/storm-dist/source/src/main/assembly/source.xml
+++ b/storm-dist/source/src/main/assembly/source.xml
@@ -36,6 +36,8 @@
                 <exclude>**/*.ipr/**</exclude>
                 <exclude>**/*.iws/**</exclude>
                 <exclude>**/.lien.*/**</exclude>
+                <exclude>**/node_modules/**</exclude>
+                <exclude>**/node/**</exclude>
             </excludes>
         </fileSet>
         <fileSet>

Reply via email to