From d79caec4976416b7beae26e11b5868c09bbf5761 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 30 May 2014 09:50:58 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a921aa..b02b5ef 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,18 @@ mvn tomcat7:run Eclipse ======= -A. As Classic Eclipse project: -Generate Eclipse settings for all samples: +**Option A:** Classic Eclipse Project +Generate Eclipse settings for all samples: ```` 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. +**Option B:** m2e (Maven Integration for Eclipse) Plugin +Import the projects into Eclipse: File -> Import -> Maven -> Existing Maven Projects Contributing