From 24df96af1db1190b99a9004d2e4246f2c173e357 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 22 Oct 2013 09:31:32 -0500 Subject: [PATCH] Added sonar converage for mdsal. Change-Id: Iebf580b59a5a03ff104adcc88cf6b9c162acb854 Signed-off-by: Ed Warnicke --- opendaylight/md-sal/pom.xml | 38 ++++++++++++++++++++++ opendaylight/md-sal/sal-binding-it/pom.xml | 28 +++++++++++++++- 2 files changed, 65 insertions(+), 1 deletion(-) diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index c5ffe43d2f..093cdaf498 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -63,6 +63,17 @@ 5.0.0 4.8.1 2.4.3 + 0.5.3.201107060350 + + jacoco + + reuseReports + target/jacoco.exec + target/jacoco-it.exec + https://sonar.opendaylight.org/ + ${user.name}-private-view + jacoco + java @@ -267,6 +278,11 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -296,6 +312,28 @@ + + org.jacoco + jacoco-maven-plugin + + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + test + + report + + + + diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index e5d9ba9134..e4afc815bb 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -16,6 +16,9 @@ 3.0.0 1.5.0 + + ../sal-binding-broker/target/jacoco.exec + ../sal-binding-broker/target/jacoco-it.exec @@ -36,7 +39,7 @@ - org.eclipse.m2e @@ -70,6 +73,29 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + ../sal-binding-broker/target/jacoco-it.exec + org.opendaylight.controller.* + + + + pre-test + + prepare-agent + + + + post-test + + true + + + + -- 2.36.6