This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 27abd23 Skip JaCoCo aggregate reports.
27abd23 is described below
commit 27abd23739681a3b7f704ff375af4f142dea47f3
Author: aherbert <[email protected]>
AuthorDate: Mon Nov 11 18:08:55 2019 +0000
Skip JaCoCo aggregate reports.
---
pom.xml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8c5d811..9f0eaa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,18 @@
<additionalOptions>${doclint.javadoc.qualifier}
${allowscript.javadoc.qualifier} -header '<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/${rng.mathjax.version}/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalOptions>
</configuration>
</plugin>
-
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <!-- select non-aggregate reports -->
+ <report>report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
</plugins>
</reporting>