Update pom.xml

This commit is contained in:
Liam Newman
2021-04-12 09:07:48 -07:00
committed by GitHub
parent 927843ea83
commit 672febd88b

11
pom.xml
View File

@@ -112,13 +112,14 @@
<propertyName>jacoco.surefire.argLine</propertyName>
<excludes>
<!-- Code implemented externally -->
<exclude>org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory.java</exclude>
<exclude>org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory.*</exclude>
<exclude>org/kohsuke/github/extras/okhtp3/ObsoleteUrlFactory$*.*</exclude>
<!-- Sample only -->
<exclude>org.kohsuke.github.example.*</exclude>
<exclude>org/kohsuke/github/example/**</exclude>
<!-- Deprecated -->
<exclude>org.kohsuke.github.extras.OkHttp3Connector</exclude>
<exclude>org.kohsuke.github.EnforcementLevel</exclude>
<exclude>org.kohsuke.github.GHPerson.1</exclude>
<exclude>org/kohsuke/github/extras/OkHttp3Connector.*</exclude>
<exclude>org/kohsuke/github/EnforcementLevel.*</exclude>
<exclude>org/kohsuke/github/GHPerson$1.*</exclude>
</excludes>
</configuration>
</execution>