Skip to content

Commit

Permalink
exclude *.zip from jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Aug 31, 2023
1 parent 4c84a13 commit 0c6c12a
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 @@ -218,6 +218,7 @@
<configuration>
<excludes>
<exclude>**/org/rosuda/*</exclude>
<exclude>**/*.zip</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 0c6c12a

Please sign in to comment.