Monday 12 August 2013

how to import java maven project into eclipse

How to import java maven project into eclipse pom.xml

File-> Import



Click on Maven it will expand the tree..

Select Existing maven project and then click on Next button.


Here you have to click on Browse button and select the folder where ever you have placed the project .
Just select pom.xml then click on Finish button.

Consequently it will import all folders of project into your eclipse.

No comments:

Post a Comment