diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-16 21:01:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-16 21:01:22 +0000 |
commit | c824df003a06de35ba18611e238eb7a9ee14c7bb (patch) | |
tree | 2e19186b4364df14c68a810e5fe648ac6db2e92a | |
parent | f749adbafe6fe76cca1ceea974d26ef590d546c9 (diff) | |
parent | 60b848cd9c5a7d947a52e37128e73e96ee5d95bf (diff) |
Merge "Ensure one jacoco output file"
-rw-r--r-- | applications/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/applications/pom.xml b/applications/pom.xml index a12875bd..c1af6b86 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - 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. @@ -31,6 +31,10 @@ <groupId>org.onap.policy.xacml-pdp.applications</groupId> <artifactId>applications</artifactId> + <properties> + <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> + </properties> + <modules> <module>common</module> <module>monitoring</module> |