From 39d25e4aac1dbcaf49120341add02369f955fb4e Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 2 Sep 2017 16:56:38 -0700 Subject: [PATCH] Update Jacoco to 0.7.9 and move it to the profile Jacoc agent is quite heavy, and I see no reason in running it by default in any Remoting build. This change moves the agent to an optional profile. It also picks the latest version, so IntellijIDEA is now able to read and show the `jacoco.exe` report --- pom.xml | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 2fd755ed3..97f567df7 100644 --- a/pom.xml +++ b/pom.xml @@ -416,25 +416,6 @@ THE SOFTWARE. - - org.jacoco - jacoco-maven-plugin - 0.7.0.201403182114 - - - - prepare-agent - - - - report - prepare-package - - report - - - - org.codehaus.mojo findbugs-maven-plugin @@ -569,5 +550,31 @@ THE SOFTWARE. + + jacoco + + + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + + prepare-agent + + + + report + prepare-package + + report + + + + + + +