From 55232f5aba68ff14be9f85b90337b883e2be6f6d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 15 Jan 2020 10:07:10 -0500 Subject: Update sonar config Use parent configuration - exclude non-code sub-modules. Issue-ID: POLICY-2321 Change-Id: If0219d492761f34341d41815684ff91b81064263 Signed-off-by: Pamela Dragosh --- packages/pom.xml | 8 ++++++- pom.xml | 73 -------------------------------------------------------- 2 files changed, 7 insertions(+), 74 deletions(-) diff --git a/packages/pom.xml b/packages/pom.xml index b7f1cfba..267f02dd 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -31,6 +31,12 @@ pom Policy Packages ONAP Policy Drools PDP Installation Packages + + + + true + + default diff --git a/pom.xml b/pom.xml index 2c1c174d..c4166810 100644 --- a/pom.xml +++ b/pom.xml @@ -46,13 +46,6 @@ content/repositories/snapshots/ content/repositories/staging/ - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - 2.4.0 5.2.10.Final @@ -127,32 +120,6 @@ - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${sonar.jacoco.reportPath} - true - - - - post-unit-test - test - - report - - - ${sonar.jacoco.reportPath} - - - - maven-checkstyle-plugin @@ -227,46 +194,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 -- cgit 1.2.3-korg