From: Pamela Dragosh Date: Thu, 16 Jan 2020 16:55:29 +0000 (-0500) Subject: Ensure one jacoco output file X-Git-Tag: 2.2.1~102^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3d14abe94ac03a900178f5b9dbd1eeec222e2994;p=policy%2Fmodels.git 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 --- diff --git a/models-interactions/model-actors/pom.xml b/models-interactions/model-actors/pom.xml index 8b8188a72..8765eb44b 100644 --- a/models-interactions/model-actors/pom.xml +++ b/models-interactions/model-actors/pom.xml @@ -30,6 +30,10 @@ org.onap.policy.models.policy-models-interactions.model-actors model-actors + + ${project.basedir}/../../../../target/code-coverage/jacoco-ut.exec + + actorServiceProvider actor.appc 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 @@ org.onap.policy.models.policy-models-interactions.model-impl model-impl + + ${project.basedir}/../../../../target/code-coverage/jacoco-ut.exec + + aai appc 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 @@ policy-models-interactions pom ${project.artifactId} + + + ${project.basedir}/../../target/code-coverage/jacoco-ut.exec + + model-simulators model-yaml diff --git a/models-sim/pom.xml b/models-sim/pom.xml index 6a763a206..5bcb87807 100644 --- a/models-sim/pom.xml +++ b/models-sim/pom.xml @@ -31,6 +31,11 @@ policy-models-sim pom ${project.artifactId} + + + ${project.basedir}/../../target/code-coverage/jacoco-ut.exec + + models-sim-dmaap policy-models-sim-pdp