From 285a7280296e5eea3a5482c16fa7b04670875909 Mon Sep 17 00:00:00 2001 From: "arul.nambi" Date: Tue, 22 Aug 2017 14:15:06 -0400 Subject: [PATCH] Configure sonarqube Issue-ID: AAI-209 Change-Id: I2b528e6261c515f2dde1616a04f9525ad2d5bc9d Signed-off-by: arul.nambi --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 6e37aaa..b120061 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,14 @@ DEV google_checks.xml https://nexus.onap.org + + + java + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/coverage-reports/jacoco.exec + false + ${project.version} -- 2.16.6