diff --git a/abstract-delegate-execution/pom.xml b/abstract-delegate-execution/pom.xml
index 2990be7b81..071d32b2bb 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 ea9e4bf255..f6a3eedc49 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 145a1f9174..9c43494d35 100644
--- a/engine-plugin-on-demand-call-activity/pom.xml
+++ b/engine-plugin-on-demand-call-activity/pom.xml
@@ -126,6 +126,30 @@
+
+
+
+ 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