From 80e9cfd551f025b5908ecfd693c4c6ca78cac336 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Mon, 12 May 2014 21:35:13 +0900 Subject: [PATCH] Fix the life cycle mapping problem with m2e Motivation: It should be frictionless to import our project into Eclipse Modifications: Exclude the plugins with missing life cycle mapping. They are not useful for use with IDE anyway. Result: Fixes #2488 Netty is imported into Eclipse without a problem. --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index 0985c11e87..898a539e2d 100644 --- a/pom.xml +++ b/pom.xml @@ -956,6 +956,34 @@ + + + org.fusesource.hawtjni + maven-hawtjni-plugin + [1.10,) + + generate + build + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + properties + copy + + + + + +