From 21ebb9749723ee1e8348a8d1a3468b753dc3e884 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 16 Feb 2014 12:53:22 +0100 Subject: [PATCH] Fix eclipse warnings about maven-enforcer-plugin This patch adds an ignore lifecycle mapping, letting eclipse know it should ignore the plugin. Change-Id: I6508c5a929a30042197af3a390fe34378a348b9a Signed-off-by: Robert Varga --- opendaylight/commons/opendaylight/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 0d74b99ce1..d32be92fc8 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1907,6 +1907,19 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.version} + + enforce + + + + + + -- 2.36.6