From c6659c834dac52369731da33f5190ffd590a36f6 Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Thu, 24 Feb 2022 09:50:12 -0500 Subject: [PATCH] chore: Add jacoco plugin to support code coverage --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 019815bc98..0e99627718 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,27 @@ + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + + prepare-agent + + + + report + test + + report + + + + + org.apache.maven.plugins maven-shade-plugin