aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2021-02-18 15:15:26 -0600
committerPamela Dragosh <pdragosh@research.att.com>2021-02-18 15:23:48 -0600
commit0415057132ae04f1d75cb60f7a62d9fa65d6e04d (patch)
treeeb0b7e1d61c84d8e6c5cb52ce61096a9d68f1fd2 /main/pom.xml
parent5920c029d3818a22f591c6aa1ffff4e34b6df234 (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml10
1 files changed, 7 insertions, 3 deletions
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 @@
<name>${project.artifactId}</name>
<description>The main module of Policy PDP-X that handles startup, lifecycle management, and parameters.</description>
+ <properties>
+ <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.onap.policy.common</groupId>