Skip to content

Commit a22f796

Browse files
committed
Jacoco fixed.
1 parent e43e6ae commit a22f796

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tyrian-parent/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
</execution>
7878
</executions>
7979
</plugin>
80+
<plugin>
81+
<groupId>org.jacoco</groupId>
82+
<artifactId>jacoco-maven-plugin</artifactId>
83+
<configuration>
84+
<excludes>
85+
<exclude>org/apache/logging/**/*.class</exclude>
86+
</excludes>
87+
</configuration>
88+
</plugin>
8089
</plugins>
8190
</pluginManagement>
8291
</build>

0 commit comments

Comments
 (0)