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 9d15f28 [OPENMEETINGS-2042] attempt to fix coverage
9d15f28 is described below
commit 9d15f28f2e8ebb7b401207efa4693ac2bfdd7c65
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue May 21 16:04:59 2019 +0700
[OPENMEETINGS-2042] attempt to fix coverage
---
pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index b8cd75b..58d853b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,6 @@
<sonar.exclusions>file:**/generated-sources/**,
file:**/fabric.js, file:**/cssemoticons.js, file:**/kurento-utils.js,
file:**/fileinput*.js, file:**/MathJax.js, file:**/network.js,
file:**/jquery.dialogextend.js</sonar.exclusions>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
-
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../target/jacoco.exec</sonar.coverage.jacoco.xmlReportPaths>
<sonar.junit.reportPaths>target/surefire-reports</sonar.junit.reportPaths>
<db_user></db_user>
<db_pass></db_pass>
@@ -1000,10 +999,6 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco-maven-plugin.versoin}</version>
- <configuration>
-
<destFile>${sonar.coverage.jacoco.xmlReportPaths}</destFile>
- <append>true</append>
- </configuration>
</plugin>
<plugin>
<groupId>de.thetaphi</groupId>
@@ -1547,9 +1542,6 @@
<goals>
<goal>report</goal>
</goals>
- <configuration>
-
<dataFile>${sonar.coverage.jacoco.xmlReportPaths}</dataFile>
- </configuration>
</execution>
</executions>
</plugin>