From: Robert Varga Date: Sun, 16 Feb 2014 11:53:22 +0000 (+0100) Subject: Fix eclipse warnings about maven-enforcer-plugin X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~424^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=21ebb9749723ee1e8348a8d1a3468b753dc3e884 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 --- 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 + + + + + +