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 +