From ac5cb1a22890fbdd0fab5f389ce5eda6f4a7900e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 14 Oct 2014 11:34:11 +0200 Subject: [PATCH] Fix compilation after jacoco version bump The plugin configuration for 0.6.3+ has been changed incompatibly, so fix it up. Change-Id: Ia8e96f9a98e18810680e18f9bd59cbb54873c331 Signed-off-by: Robert Varga --- opendaylight/config/pom.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 7f49ed9e82..ea7b243179 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -193,9 +193,21 @@ ${project.build.directory}/jacoco false - - 80 - + + + CLASS + + *Test + + + + LINE + COVEREDRATIO + 0.50 + + + + -- 2.36.6