From 8a1cb40398da83850d90cbb2ff6de9fb5ce0073e 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 3ac93574ae..17cd52210b 100644 --- a/pom.xml +++ b/pom.xml @@ -958,6 +958,34 @@ + + + org.fusesource.hawtjni + maven-hawtjni-plugin + [1.10,) + + generate + build + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + properties + copy + + + + + +