Skip to content

Commit

Permalink
Add exclusion for .mvn to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Oct 29, 2023
1 parent 760efbd commit e19e3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
<version>0.15</version>
<configuration>
<excludes>
<exclude>**/.mvn/**</exclude>
<exclude>.asf.yaml</exclude>
<exclude>README.md</exclude>
<exclude>src/site/resources/*.dia</exclude>
Expand Down

0 comments on commit e19e3f7

Please sign in to comment.