diff --git a/features/org.wso2.carbon.identity.cors.server.feature/pom.xml b/features/org.wso2.carbon.identity.cors.server.feature/pom.xml
index 00552f5f..aa9b74d4 100644
--- a/features/org.wso2.carbon.identity.cors.server.feature/pom.xml
+++ b/features/org.wso2.carbon.identity.cors.server.feature/pom.xml
@@ -39,6 +39,11 @@
org.wso2.carbon.identity.auth.rest
org.wso2.carbon.identity.cors.valve
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco.version}
+
@@ -81,6 +86,25 @@
-
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco.version}
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
+