mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 10:12:19 +01:00
Attempt to exclude Bouncy Castle from javadocs/coverage reports. Doesn't work for coverage for some reason.
This commit is contained in:
parent
7d007dc329
commit
dca09950e7
6
pom.xml
6
pom.xml
@ -215,6 +215,9 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>${maven-javadoc-plugin.version}</version>
|
||||
<configuration>
|
||||
<excludePackageNames>com.google.bitcoin.bouncycastle.*</excludePackageNames>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Generate a FindBugs report -->
|
||||
<plugin>
|
||||
@ -242,6 +245,9 @@
|
||||
<ignores>
|
||||
<ignore>org.slf4j.*</ignore>
|
||||
</ignores>
|
||||
<excludes>
|
||||
<exclude>com.google.bitcoin.bouncycastle.*</exclude>
|
||||
</excludes>
|
||||
</instrumentation>
|
||||
<formats>
|
||||
<format>html</format>
|
||||
|
Loading…
Reference in New Issue
Block a user