From dc6bea8de17f4abe7a685490e68fb19efe346ca7 Mon Sep 17 00:00:00 2001 From: Igor Dianov Date: Sat, 30 Sep 2017 00:24:27 -0700 Subject: [PATCH] Add JaCoCo Maven Plugin for Code Coverage Reports --- pom.xml | 169 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 103 insertions(+), 66 deletions(-) diff --git a/pom.xml b/pom.xml index f27779726..072b606d6 100644 --- a/pom.xml +++ b/pom.xml @@ -39,22 +39,22 @@ - - + + - - io.spring.platform - platform-bom - Brussels-SR4 - pom - import - + + io.spring.platform + platform-bom + Brussels-SR4 + pom + import + - - com.introproventures - graphql-jpa-query-annotations - ${project.version} - + + com.introproventures + graphql-jpa-query-annotations + ${project.version} + com.introproventures @@ -68,17 +68,17 @@ ${project.version} - - com.graphql-java - graphql-java - ${graphql-java.version} - + + com.graphql-java + graphql-java + ${graphql-java.version} + - - - + + + - + org.springframework.boot @@ -97,55 +97,55 @@ h2 test - - + + - - scm:git:https://github.com/introproventures/graphql-jpa-query.git - scm:git:git@github.com:introproventures/graphql-jpa-query.git - https://github.com/introproventures/graphql-jpa-query - HEAD - + + scm:git:https://github.com/introproventures/graphql-jpa-query.git + scm:git:git@github.com:introproventures/graphql-jpa-query.git + https://github.com/introproventures/graphql-jpa-query + HEAD + - 2017 - http://www.introproventures.com - - - - Apache 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - + 2017 + http://www.introproventures.com + + + + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + - - https://github.com/introproventures/graphql-jpa-query/issues - GitHub Issues - + + https://github.com/introproventures/graphql-jpa-query/issues + GitHub Issues + - - - igor.dianov@introproventures.com - Igor Dianov - https://github.com/igdianov - igdianov - - + + + igor.dianov@introproventures.com + Igor Dianov + https://github.com/igdianov + igdianov + + - - - - info.plichta.maven.plugins - git-changelog-maven-plugin - 0.2.0 - - - maven-resources-plugin - 3.0.1 - - - - + + + + info.plichta.maven.plugins + git-changelog-maven-plugin + 0.2.0 + + + maven-resources-plugin + 3.0.1 + + + + @@ -270,6 +270,43 @@ + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + + pre-unit-test + + prepare-agent + + + + post-unit-test + test + + report + + + + + pre-integration-test + pre-integration-test + + prepare-agent-integration + + + + post-integration-test + post-integration-test + + report-integration + + + + +