From 7a69084b50fba3ca5ca14a00bef585b094ea54ea Mon Sep 17 00:00:00 2001
From: asekawa <40081059+asekawa@users.noreply.github.com>
Date: Thu, 15 Aug 2024 11:06:46 +0530
Subject: [PATCH] Update pom.xml with JaCoCo configuration
---
.../pom.xml | 26 ++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
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
+
+
+
+
+