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/vlantag-api/pom.xml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) (limited to 'ms/vlantag-api/pom.xml') 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 -- cgit 1.2.3-korg