Here's what you do to open a maven project in eclipse:
1. Install maven (m2e) plugin:
http://stackoverflow.com/questions/8620127/maven-in-eclipse-step-by-step-installation
http://o7planning.org/web/fe/default/en/document/5189/install-maven-into-eclipse
http://www.vogella.com/tutorials/EclipseMaven/article.html
2. In eclipse, choose File-> Import -> Maven -> Existing Maven Projects, and then Enter
3. Root Directory -> Browse and choose the directory where the pom.xml file exists
4. Finish
And you are done! (build the project as the next step via Run As -> Maven Build)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment