Skip to content

Commit

Permalink
Jacoco: ignore maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Nov 7, 2021
1 parent 7105208 commit c5ce81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>**/template/maven/.mvn/wrapper/*</exclude>
<exclude>**/template/buildtool/maven/.mvn/wrapper/*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit c5ce81c

Please sign in to comment.