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 d30fcf8 [OPENMEETINGS-2042] another attempt to fix coverage
d30fcf8 is described below
commit d30fcf8fb1286dfad24d9ba1d4b520ad8c6abd93
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed May 22 09:36:26 2019 +0700
[OPENMEETINGS-2042] another attempt to fix coverage
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6a42a59..a0e317d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +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/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco-aggregate</sonar.coverage.jacoco.xmlReportPaths>
<db_user></db_user>
<db_pass></db_pass>
</properties>