From f37f8430ead96034b492ff8a84fd45df7d35aea0 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 20 Jan 2020 12:26:00 -0500 Subject: Remove local sonar config Removed outdated local Sonar/Jacoco config and instead inherited config from parent pom. Change-Id: Ic6e29df877cdcca60889bef963bb19b610dfc3ad Issue-ID: CCSDK-2029 Signed-off-by: Dan Timoney --- ms/neng/pom.xml | 58 --------------------------------------------------------- 1 file changed, 58 deletions(-) (limited to 'ms/neng') diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 76eb8c97..3d8973b2 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -42,15 +42,6 @@ 1.8 UTF-8 6.2.0.11 - jacoco - reuseReports - ${basedir}/target/surefire-reports - ${basedir}/target/failsafe-reports - ${basedir}/target/jacoco_report - ${basedir}/target/jacoco_itReport - ${basedir}/target/jacoco-ut.exec - ${basedir}/target/jacoco-it.exec - java ms-networkelementnamegen 0.2.4 ${https_proxy} @@ -369,55 +360,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - surefireArgLine - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - ${jacoco.path} - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${sonar.jacoco.itReportPath} - failsafeArgLine - - - - post-integration-test - post-integration-test - - report - - - ${sonar.jacoco.itReportPath}/ - ${jacoco.itPath} - - - - org.apache.maven.plugins maven-surefire-plugin -- cgit