From 739a86b06cf639fc0cea85a1c2bcdd803abb64e2 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 9 Jan 2020 20:26:46 -0500 Subject: Update sonar configuration Sonarcloud upgrade resulted in new configuration property Removed deprecated properties No need for plugin configuration override of oparent Issue-ID: POLICY-2321 Change-Id: Ia294575d2ea0a589eab6797b48b8c1924f9f1b36 Signed-off-by: Pamela Dragosh --- pom.xml | 76 +---------------------------------------------------------------- 1 file changed, 1 insertion(+), 75 deletions(-) diff --git a/pom.xml b/pom.xml index b07825c4..bfc21abf 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP policy ================================================================================ - Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -49,13 +49,6 @@ content/repositories/snapshots/ content/repositories/staging/ - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - 3.4 @@ -85,47 +78,6 @@ - - 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} - - - - org.eclipse.m2e lifecycle-mapping @@ -153,32 +105,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - org.apache.maven.plugins maven-deploy-plugin -- cgit 1.2.3-korg