Skip to content

Commit d902c1a

Browse files
authored
Removing node_modules from source tarball (#5963)
1 parent 5139a6a commit d902c1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pinot-distribution/pinot-source-assembly.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<exclude>.gitignore</exclude>
4343
<exclude>contrib/**</exclude>
4444

45+
<!-- Do not inclue node_modules in pinot-controller -->
46+
<exclude>pinot-controller/src/main/resources/node_modules/**</exclude>
47+
4548
<!-- Do not include temp files created by maven-release-plugin -->
4649
<exclude>**/*.releaseBackup</exclude>
4750
<exclude>release.properties</exclude>

0 commit comments

Comments
 (0)