From 0a31bf93f76894ea90b45e84d368c881af018c3f Mon Sep 17 00:00:00 2001 From: yjj8353 Date: Fri, 31 Jul 2026 17:13:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=93=88=EB=B3=84=20jacoco=20?= =?UTF-8?q?=EB=A6=AC=ED=8F=AC=ED=8A=B8=20=EC=83=9D=EC=84=B1=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0c3c1d1c..2400fe4d 100644 --- a/pom.xml +++ b/pom.xml @@ -47,16 +47,16 @@ - + 17 UTF-8 UTF-8 - + 6.2.11 5.12.1 - + 3.14.0 3.1.4 @@ -145,6 +145,21 @@ + + + + org.jacoco + jacoco-maven-plugin + 0.8.14 + + + prepare-agent + + prepare-agent + + + + @@ -187,6 +202,20 @@ maven-jxr-plugin ${maven.jxr.plugins.version} + + + + org.jacoco + jacoco-maven-plugin + 0.8.14 + + + + report + + + +