mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-29 19:11:23 +00:00
Attempt to exclude Bouncy Castle from javadocs/coverage reports. Doesn't work for coverage for some reason.
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user