From ba90a1c6175f7224274b488657885b86eb2a8174 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Sat, 4 Oct 2014 13:42:29 +0100 Subject: [PATCH] Standardize jacoco config location --- pom.xml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 895aa1c5d..7ecbc067c 100644 --- a/pom.xml +++ b/pom.xml @@ -144,21 +144,6 @@ org.jacoco jacoco-maven-plugin - 0.7.2.201409121644 - - - - prepare-agent - - - - report - test - - report - - - @@ -452,6 +437,25 @@ + + org.jacoco + jacoco-maven-plugin + 0.7.2.201409121644 + + + + prepare-agent + + + + report + test + + report + + + +