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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - XACML PDP ================================================================================ - Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ @@ -43,6 +43,7 @@ <properties> <policy.common.version>1.8.0-SNAPSHOT</policy.common.version> <policy.models.version>2.4.0-SNAPSHOT</policy.models.version> + <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> <modules> |