Skip to content

Commit

Permalink
Exclude more files from the dist package
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 13, 2024
1 parent fdadc44 commit 523e6ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distribution/src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
<exclude>**/performance/hibernate-validator.log</exclude>
<exclude>**/performance/dependency-reduced-pom.xml</exclude>
<exclude>**/.cache/**</exclude>
<exclude>Jenkinsfile</exclude>
<exclude>jenkins/**</exclude>
<exclude>.mvn/.develocity/**</exclude>
<exclude>.github/**</exclude>
</excludes>
</fileSet>

Expand Down

0 comments on commit 523e6ec

Please sign in to comment.