From e1bb12b04b343fbbf54fd762ca8fcdae5f9f4d9a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Jan 2020 20:29:46 -0500 Subject: Update sonar configuration Use policy/parent configuration No need to do packages and testsuites Issue-ID: POLICY-2321 Change-Id: I192ae314a1c2f607f9dfc48e13ff793920185a28 Signed-off-by: Pamela Dragosh --- packages/pom.xml | 6 +++++ pom.xml | 70 ------------------------------------------------------ testsuites/pom.xml | 11 +++++++-- 3 files changed, 15 insertions(+), 72 deletions(-) diff --git a/packages/pom.xml b/packages/pom.xml index b57b6cb9..cc1d5699 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -1,6 +1,7 @@ + true + + default diff --git a/pom.xml b/pom.xml index e0ec4424..f0680706 100644 --- a/pom.xml +++ b/pom.xml @@ -40,12 +40,6 @@ Code that implements the Policy Administration Backend. - - - ${project.basedir}/../target/code-coverage/jacoco-ut.exec - ${project.basedir}/../target/code-coverage/jacoco-it.exec - reuseReports - 1.6.2-SNAPSHOT 2.2.1-SNAPSHOT @@ -74,32 +68,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 @@ -138,44 +106,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 diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 7a077d9f..645a0045 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy PAP ================================================================================ - Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,10 +24,17 @@ policy-pap 2.2.0-SNAPSHOT + testsuites pom + + + + true + + stability performance - \ No newline at end of file + -- cgit 1.2.3-korg