Skip to content

Commit

Permalink
exclude .mvn directory from source assembly (#12558)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu0 authored and vvivekiyer committed Mar 6, 2024
1 parent ce94496 commit f2a5986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pinot-distribution/pinot-source-assembly.xml
Expand Up @@ -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>
Expand All @@ -54,6 +55,7 @@
<exclude>docker/**</exclude>
<exclude>contrib/pinot-druid-benchmark/**</exclude>
<exclude>thirdeye/**</exclude>
<exclude>thirdeye/**</exclude>
</excludes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit f2a5986

Please sign in to comment.