We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5139a6a commit d902c1aCopy full SHA for d902c1a
pinot-distribution/pinot-source-assembly.xml
@@ -42,6 +42,9 @@
42
<exclude>.gitignore</exclude>
43
<exclude>contrib/**</exclude>
44
45
+ <!-- Do not inclue node_modules in pinot-controller -->
46
+ <exclude>pinot-controller/src/main/resources/node_modules/**</exclude>
47
+
48
<!-- Do not include temp files created by maven-release-plugin -->
49
<exclude>**/*.releaseBackup</exclude>
50
<exclude>release.properties</exclude>
0 commit comments