From 0415057132ae04f1d75cb60f7a62d9fa65d6e04d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 18 Feb 2021 15:15:26 -0600 Subject: Fix sonars and target dir Fix a couple of sonars introduced by the PdpType review. Also creation of a target directory below the xacml-pdp directory. Issue-ID: POLICY-3071 Change-Id: I9fe325d0a75970fbe3d42be36906013c1fc2ecb9 Signed-off-by: Pamela Dragosh --- main/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index fea525ea..08503bf8 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -2,15 +2,15 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,6 +33,10 @@ ${project.artifactId} The main module of Policy PDP-X that handles startup, lifecycle management, and parameters. + + ${project.basedir}/../target/code-coverage/jacoco-ut.exec + + org.onap.policy.common -- cgit 1.2.3-korg