aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-impl
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2020-01-16 17:36:30 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-16 17:36:30 +0000
commitd9e125c8ffc5578fadcef112a2ae8f0aec25cba0 (patch)
tree8c1be68ea3543b51254e0f66502cf36b5099d932 /models-interactions/model-impl
parent4cc19c88525f40e0e8b6e2fbf818c5b4057502eb (diff)
parent3d14abe94ac03a900178f5b9dbd1eeec222e2994 (diff)
Merge "Ensure one jacoco output file"
Diffstat (limited to 'models-interactions/model-impl')
-rw-r--r--models-interactions/model-impl/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/models-interactions/model-impl/pom.xml b/models-interactions/model-impl/pom.xml
index a66abe821..e29a818c8 100644
--- a/models-interactions/model-impl/pom.xml
+++ b/models-interactions/model-impl/pom.xml
@@ -33,6 +33,10 @@
<groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
<artifactId>model-impl</artifactId>
+ <properties>
+ <jacoco.dataFile>${project.basedir}/../../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ </properties>
+
<modules>
<module>aai</module>
<module>appc</module>