From 67adbb98e9bd866962966cdabbbbb6865e976a5a Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Fri, 30 May 2014 10:49:57 +0800 Subject: [PATCH] #13 give both option for Eclipse --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 65b4c8d..4a921aa 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ mvn tomcat7:run Eclipse ======= +A. As Classic Eclipse project: Generate Eclipse settings for all samples: ```` @@ -26,6 +27,10 @@ mvn eclipse:clean eclipse:eclipse Import the projects into Eclipse. The Eclipse preferences must have an `M2_REPO` under "Java", "Build Path", "Classpath Variables". +B. When using m2e (Maven Integration for Eclipse), Import the projects into Eclipse. + +File -> Import -> Maven -> Existing Maven Projects + Contributing ============