From 37da84e2a40f7f39fe73fa2ceb6a7166618e9ddb Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 20 Jan 2020 09:41:21 -0500 Subject: First sonar update Just updating this way gets apex to around 79%, which passes. Previously around 80%, when JDK11 is done I will fix it up and hopefully we will get it back to over 80%. Issue-ID: POLICY-2321 Change-Id: If3440e8c8c71f858adcc3f1b349da4e1048f8464 Signed-off-by: Pamela Dragosh --- pom.xml | 83 ++--------------------------------------------------------------- 1 file changed, 2 insertions(+), 81 deletions(-) diff --git a/pom.xml b/pom.xml index 08123f770..2801f5543 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,8 @@ 4.1.5.Final 20041127.091804 2.8.0 - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml @@ -759,81 +755,6 @@ - - - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - - - - - model context -- cgit 1.2.3-korg