From 286940b8550ca41440196ac2ebd1e2d1fbd83821 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Jan 2020 15:12:03 -0500 Subject: Update sonar configuration policy/parent now has the configuration don't need to evaluate packages and testsuites Issue-ID: POLICY-2321 Change-Id: I957e0d69845afa2fed5907ab3edd8dcf69596a0e Signed-off-by: Pamela Dragosh --- packages/pom.xml | 9 +++++-- pom.xml | 69 ------------------------------------------------------ testsuites/pom.xml | 11 +++++++-- 3 files changed, 16 insertions(+), 73 deletions(-) diff --git a/packages/pom.xml b/packages/pom.xml index ef1cb785..6a6647ee 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - 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. @@ -32,7 +32,12 @@ ${project.artifactId} The module for packaging the Xacml PDP component - + + + + true + + default diff --git a/pom.xml b/pom.xml index 631f7cdf..7367673b 100644 --- a/pom.xml +++ b/pom.xml @@ -39,11 +39,6 @@ This code implements the XACML PDP engine - - - ${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 @@ -128,32 +123,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 @@ -193,44 +162,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 a1fb8cdf..2455802a 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy XACML PDP ================================================================================ - 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-xacml-pdp 2.2.0-SNAPSHOT + testsuites pom + + + + true + + stability performance - \ No newline at end of file + -- cgit 1.2.3-korg