Merge pull request #26 from PaulVI/patch-2

#13 give both options for Eclipse
This commit is contained in:
Rossen Stoyanchev
2014-05-30 09:48:44 -04:00

View File

@@ -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
============