From 34ee245349bfbe07df98b281b9c0516925e064be Mon Sep 17 00:00:00 2001 From: asekawa <40081059+asekawa@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:38:56 +0530 Subject: [PATCH] Update component pom.xml with JaCoCo configuration --- io.asgardeo.tomcat.saml.agent/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/io.asgardeo.tomcat.saml.agent/pom.xml b/io.asgardeo.tomcat.saml.agent/pom.xml index 56e9137..f33303a 100644 --- a/io.asgardeo.tomcat.saml.agent/pom.xml +++ b/io.asgardeo.tomcat.saml.agent/pom.xml @@ -36,6 +36,11 @@ io.asgardeo.java.saml.sdk io.asgardeo.java.saml.sdk + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -48,6 +53,25 @@ 1.8 + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + +