diff --git a/abstract-delegate-execution/pom.xml b/abstract-delegate-execution/pom.xml index e532f49a2e..ef5f148f6f 100644 --- a/abstract-delegate-execution/pom.xml +++ b/abstract-delegate-execution/pom.xml @@ -35,6 +35,30 @@ + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + prepare-package + + report + + + + + + + diff --git a/asynchronous-service-task/pom.xml b/asynchronous-service-task/pom.xml index 88a8f6bc30..14d70fb769 100644 --- a/asynchronous-service-task/pom.xml +++ b/asynchronous-service-task/pom.xml @@ -202,6 +202,25 @@ wildfly-maven-plugin 2.0.2.Final + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + prepare-package + + report + + + + diff --git a/engine-plugin-on-demand-call-activity/pom.xml b/engine-plugin-on-demand-call-activity/pom.xml index 72f76cc53c..ff93c083aa 100644 --- a/engine-plugin-on-demand-call-activity/pom.xml +++ b/engine-plugin-on-demand-call-activity/pom.xml @@ -118,14 +118,38 @@ test - - org.postgresql - postgresql - 42.2.14 - test - + + org.postgresql + postgresql + 42.2.14 + test + + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report-aggregate + verify + + report-aggregate + + + + + + + camunda-bpm-nexus diff --git a/pom.xml b/pom.xml index d246fd2e44..2188645760 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,16 @@ abstract-delegate-execution + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + github