From 9ec34dfaa85a3b835d45066149fc01e817e9929a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Tue, 12 Mar 2024 18:05:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=9B=B4=E6=96=B0sonarqube=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E6=A3=80=E6=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cs-authentication/pom.xml | 19 +++++++++++++++++++ cs-base/pom.xml | 19 +++++++++++++++++++ cs-crypto/pom.xml | 19 +++++++++++++++++++ cs-database/pom.xml | 19 +++++++++++++++++++ cs-integrate-test/pom.xml | 6 ------ cs-protocol/pom.xml | 19 +++++++++++++++++++ cs-restful/pom.xml | 19 +++++++++++++++++++ pom.xml | 5 +++++ 8 files changed, 119 insertions(+), 6 deletions(-) diff --git a/cs-authentication/pom.xml b/cs-authentication/pom.xml index 77a9368..e06fdee 100644 --- a/cs-authentication/pom.xml +++ b/cs-authentication/pom.xml @@ -63,6 +63,25 @@ -Dspring.config.location=file:${project.parent.basedir}/config/ + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + report + prepare-package + + report + + + + diff --git a/cs-base/pom.xml b/cs-base/pom.xml index 68e34de..eb45e7f 100644 --- a/cs-base/pom.xml +++ b/cs-base/pom.xml @@ -64,6 +64,25 @@ org.apache.maven.plugins maven-surefire-plugin + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + report + prepare-package + + report + + + + diff --git a/cs-crypto/pom.xml b/cs-crypto/pom.xml index 001a6e7..43569c1 100644 --- a/cs-crypto/pom.xml +++ b/cs-crypto/pom.xml @@ -38,6 +38,25 @@ org.apache.maven.plugins maven-surefire-plugin + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + report + prepare-package + + report + + + + diff --git a/cs-database/pom.xml b/cs-database/pom.xml index 797a13c..51b701c 100644 --- a/cs-database/pom.xml +++ b/cs-database/pom.xml @@ -86,6 +86,25 @@ -Dspring.config.location=file:${project.parent.basedir}/config/ + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + report + prepare-package + + report + + + + diff --git a/cs-integrate-test/pom.xml b/cs-integrate-test/pom.xml index 3e338eb..fac8dce 100644 --- a/cs-integrate-test/pom.xml +++ b/cs-integrate-test/pom.xml @@ -26,12 +26,6 @@ test - - org.jacoco - jacoco-maven-plugin - 0.8.11 - - com.cf.cs cs-restful diff --git a/cs-protocol/pom.xml b/cs-protocol/pom.xml index c27e395..66702f6 100644 --- a/cs-protocol/pom.xml +++ b/cs-protocol/pom.xml @@ -62,6 +62,25 @@ -Dspring.config.location=file:${project.parent.basedir}/config/ + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + report + prepare-package + + report + + + + diff --git a/cs-restful/pom.xml b/cs-restful/pom.xml index 04a01a8..bcf95b4 100644 --- a/cs-restful/pom.xml +++ b/cs-restful/pom.xml @@ -115,6 +115,25 @@ -Dspring.config.location=file:${project.parent.basedir}/config/ + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + report + prepare-package + + report + + + + diff --git a/pom.xml b/pom.xml index bb9c9ba..af319ed 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,11 @@ 2.2.19 compile + + org.jacoco + jacoco-maven-plugin + 0.8.11 +