Skip to content

Commit f2a5986

Browse files
xiangfu0vvivekiyer
authored andcommitted
exclude .mvn directory from source assembly (#12558)
1 parent ce94496 commit f2a5986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pinot-distribution/pinot-source-assembly.xml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<exclude>.codecov*</exclude>
4141
<exclude>.gitignore</exclude>
4242
<exclude>.trivyignore</exclude>
43+
<exclude>.mvn/**</exclude>
4344

4445
<!-- Do not inclue node_modules in pinot-controller -->
4546
<exclude>pinot-controller/src/main/resources/node_modules/**</exclude>
@@ -54,6 +55,7 @@
5455
<exclude>docker/**</exclude>
5556
<exclude>contrib/pinot-druid-benchmark/**</exclude>
5657
<exclude>thirdeye/**</exclude>
58+
<exclude>thirdeye/**</exclude>
5759
</excludes>
5860
</fileSet>
5961
</fileSets>

0 commit comments

Comments
 (0)