diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-09-29 10:36:17 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-09-29 11:44:54 +0200 |
commit | 6b29b8c107356947cf05f7699ebe384a44d7ca7d (patch) | |
tree | 4d3150f9e1d07481fa06d7345395be9543cfc717 /common | |
parent | 0ea2d5a3095d2bade0e9ab35ee45049447b44be2 (diff) |
Clean JaCoCo and Sonar configuration
Remove unused and obsolete values from
honeycomb-parent's pom.
Change-Id: I520a1b69169db6778787bae9ac8d4092a9078e4f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/honeycomb-parent/pom.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 25ed6c79e..4488f1140 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -31,11 +31,7 @@ <nexusproxy>http://nexus.fd.io/content</nexusproxy> <odl.nexusproxy>https://nexus.opendaylight.org/content</odl.nexusproxy> - <!-- Default Sonar configuration --> - <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version> - <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> - <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> + <!-- Sonar configuration --> <!-- Note: This list should match jacoco-maven-plugin's exclusion list below --> <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**</sonar.exclusions> @@ -331,18 +327,12 @@ <goals> <goal>prepare-agent</goal> </goals> - <configuration> - <destFile>${sonar.jacoco.reportPath}</destFile> - </configuration> </execution> <execution> <id>post-unit-test</id> <goals> <goal>report</goal> </goals> - <configuration> - <dataFile>${sonar.jacoco.reportPath}</dataFile> - </configuration> </execution> </executions> <configuration> |