Skip to content

Commit

Permalink
Merge pull request #148 from dmlloyd/fix-jacoco
Browse files Browse the repository at this point in the history
Work around Jacoco failure in MR JAR situations
  • Loading branch information
dmlloyd authored Jul 16, 2020
2 parents 6cdf4a9 + 84a41c2 commit f802e76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@
<configuration>
<propertyName>jacocoArgLine</propertyName>
<append>true</append>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f802e76

Please sign in to comment.