diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-09-29 10:36:17 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-02 12:14:22 +0200 |
commit | 40bcf70a54a277f1391ebb854d9d2b879ca07a27 (patch) | |
tree | 4d70b7821cd5e63f6fb0be88031e7dae5f006d1b | |
parent | 9203e0b0a489899fa89b6ad3d66721c799de2119 (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>
-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 22164068d..b9831fd87 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> @@ -319,18 +315,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> |