diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2021-02-18 15:15:26 -0600 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2021-02-18 15:23:48 -0600 |
commit | 0415057132ae04f1d75cb60f7a62d9fa65d6e04d (patch) | |
tree | eb0b7e1d61c84d8e6c5cb52ce61096a9d68f1fd2 /applications | |
parent | 5920c029d3818a22f591c6aa1ffff4e34b6df234 (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 'applications')
-rw-r--r-- | applications/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/pom.xml b/applications/pom.xml index ced22219..0bb48c46 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -2,14 +2,14 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2021 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. 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. @@ -32,7 +32,7 @@ <artifactId>applications</artifactId> <properties> - <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> + <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> <modules> |