Skip to content

Commit 56843f7

Browse files
Azargasctrueden
authored andcommitted
Add jacoco configuration to ignore multi-release classes (#39)
See https://stackoverflow.com/a/72579833
1 parent 0975875 commit 56843f7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,12 @@
825825
<goals>
826826
<goal>report</goal>
827827
</goals>
828+
<configuration>
829+
<!-- Exclude alternate versions for multi-release modules-->
830+
<excludes>
831+
<exclude>META-INF/**/*</exclude>
832+
</excludes>
833+
</configuration>
828834
</execution>
829835
</executions>
830836
</plugin>

0 commit comments

Comments
 (0)