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

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


The following commit(s) were added to refs/heads/master by this push:
     new fc776e77c5 exclude .mvn directory from source assembly (#12558)
fc776e77c5 is described below

commit fc776e77c55dc3572fff84991a20659a79458b49
Author: Xiang Fu <[email protected]>
AuthorDate: Tue Mar 5 10:56:57 2024 -0800

    exclude .mvn directory from source assembly (#12558)
---
 pinot-distribution/pinot-source-assembly.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pinot-distribution/pinot-source-assembly.xml 
b/pinot-distribution/pinot-source-assembly.xml
index 4ab49843af..f0a04da48d 100644
--- a/pinot-distribution/pinot-source-assembly.xml
+++ b/pinot-distribution/pinot-source-assembly.xml
@@ -40,6 +40,7 @@
         <exclude>.codecov*</exclude>
         <exclude>.gitignore</exclude>
         <exclude>.trivyignore</exclude>
+        <exclude>.mvn/**</exclude>
 
         <!-- Do not inclue node_modules in pinot-controller -->
         <exclude>pinot-controller/src/main/resources/node_modules/**</exclude>
@@ -54,6 +55,7 @@
         <exclude>docker/**</exclude>
         <exclude>contrib/pinot-druid-benchmark/**</exclude>
         <exclude>thirdeye/**</exclude>
+        <exclude>thirdeye/**</exclude>
       </excludes>
     </fileSet>
   </fileSets>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to