From e749e6a847ac9f0c2105a4eb0f12c2f7917e8dce Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 19 Jul 2013 18:54:21 -0400 Subject: [PATCH] Add support for Sonar reporting. Change-Id: Ibd6bf69cb88ae41f0e768d5ac50656589eb00ec0 Reviewed-on: https://git.eclipse.org/r/14717 Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index ca86f0c43cd..bf03b2050d6 100644 --- a/pom.xml +++ b/pom.xml @@ -24,6 +24,9 @@ ${download-site}/tools/orbit/downloads/drops/${orbit-version}/repository 3.3 ${download-site}/tm/updates/${tm-version} + jacoco + reuseReports + ${project.basedir}/../../target/jacoco.exec @@ -326,6 +329,34 @@ + + org.jacoco + jacoco-maven-plugin + 0.6.2.201302030002 + + + pre-test + + prepare-agent + + + + ${sonar.jacoco.reportPath} + + org.eclipse.cdt.* + + true + + + + post-test + test + + report + + + +