This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new c1dff34 [OPENMEETINGS-2042] another attempt to fix coverage
c1dff34 is described below
commit c1dff341b7c55c6966a7c306bbc30d5ea2faf075
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue May 21 17:25:24 2019 +0700
[OPENMEETINGS-2042] another attempt to fix coverage
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 58d853b..5802fb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,7 @@
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.junit.reportPaths>target/surefire-reports</sonar.junit.reportPaths>
+
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco-aggregate</sonar.coverage.jacoco.xmlReportPaths>
<db_user></db_user>
<db_pass></db_pass>
</properties>
@@ -1540,7 +1541,7 @@
<execution>
<id>jacoco-report</id>
<goals>
-
<goal>report</goal>
+
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>