From f37f8430ead96034b492ff8a84fd45df7d35aea0 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 20 Jan 2020 12:26:00 -0500 Subject: [PATCH] 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 -------------------------------------------------- ms/vlantag-api/pom.xml | 45 --------------------------------------- 2 files changed, 103 deletions(-) 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 diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 0a113666..4ee1caed 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -19,16 +19,6 @@ TBD:5100 vlantagapi - - 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 2.0.7 ${https_proxy} deploy @@ -130,41 +120,6 @@ - - org.jacoco - jacoco-maven-plugin - 0.7.5.201505241946 - - - - pre-unit-test - - prepare-agent - - - - ${sonar.jacoco.reportPath} - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${sonar.jacoco.reportPath} - - ${jacoco.path} - - - - com.github.kongchen swagger-maven-plugin -- 2.16.6