From 6216659cd6584e6589c66f687d4f378f7dfdd411 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 7 Apr 2017 14:58:11 -0400 Subject: [PATCH] manage reporting plugin versions, added jacoco coverage to reporting --- pom.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 157847c97..45f533ac6 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,16 @@ maven-javadoc-plugin 2.10.4 + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.10 + org.apache.maven.plugins maven-deploy-plugin @@ -253,7 +263,6 @@ org.jacoco jacoco-maven-plugin - 0.7.9 @@ -277,7 +286,6 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.4 false false @@ -304,7 +312,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9 true true @@ -319,7 +326,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.10 checkstyle.xml @@ -334,6 +340,10 @@ + + org.jacoco + jacoco-maven-plugin +