mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Update pom.xml
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user