From 910697d62b57b55ed9efb30e5410e86ff6b28f90 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 18 Apr 2016 17:39:14 +0200 Subject: [PATCH] Add jacoco definition to lifecycle plugin Projects which name bundle-parent as their parent fail to completely execute in eclipse due to lifecycle mapping not being present. It is not useful in eclipse, hence ignore it. Change-Id: I592f19f9ac475a479930604c7daabbbdac3e2b10 Signed-off-by: Robert Varga --- odlparent/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 868d09238..ee37a401a 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -1353,6 +1353,20 @@ + + + org.jacoco + jacoco-maven-plugin + [0.7.0,) + + prepare-agent + report + + + + + + -- 2.36.6