From 876a1972a5c8551804d905253a7289538be2fc0a Mon Sep 17 00:00:00 2001 From: JooHyunLee Date: Fri, 15 Mar 2024 10:38:30 +0900 Subject: [PATCH] init : SonarQube add --- pom.xml | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/pom.xml b/pom.xml index 1c176b5..a0589c4 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,13 @@ 11 2021.0.7 + + 0.8.8 + jacoco + reuseReports + ${project.basedir}/../target/jacoco.exec + java + @@ -65,6 +72,7 @@ spring-security-test test + @@ -117,6 +125,91 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.0 + + + false + + + + + org.jacoco + jacoco-maven-plugin + 0.8.9 + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + package + + report + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.0 + + + false + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.0 + + + false + 3.0 + false + true + true + true + + + false + UTF-8 + false + + + false + false + true + true + + + + + org.jacoco + jacoco-maven-plugin + 0.8.9 + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + package + + report + + + +