aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-16 11:55:29 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-01-16 11:55:35 -0500
commit3d14abe94ac03a900178f5b9dbd1eeec222e2994 (patch)
tree7fe8d1369f64746f48ead2ff65e2717e1e776376 /models-interactions/pom.xml
parentb3323cb896c1e565d7776a255ee99628c85957e1 (diff)
Ensure one jacoco output file
Sub-modules under sub-modules need to set the path to ensure a single jacoco-ut.exec file is produced and appended to. I think this only gives us .1% - but that's ok. Its a step towards consolidation. Issue-ID: POLICY-2321 Change-Id: I31023843f55200096a905482ee55ad19bf681494 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'models-interactions/pom.xml')
-rw-r--r--models-interactions/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/models-interactions/pom.xml b/models-interactions/pom.xml
index 5d5828cd1..64b2d21a4 100644
--- a/models-interactions/pom.xml
+++ b/models-interactions/pom.xml
@@ -29,6 +29,11 @@
<artifactId>policy-models-interactions</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
+
+ <properties>
+ <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ </properties>
+
<modules>
<module>model-simulators</module>
<module>model-yaml</module>