Eclipse – Importing an existing maven Project into Eclipse

eclipsemaven-2

I have an existing Maven Project with me .
I am using Eclipse Helios as my IDE , i need to import an existing maven Project into my IDE .

Please tell me what is the correct approach to import an exisiting maven Application ??
(Should we choose Import Existing maven Project option or
Should we choose import Exisiting Projects into Workspace option ??

Please let me know , thank you very much .

Best Answer

Use Import->Maven->Existing Maven Projects

I'm assuming, you've m2eclipse plugin installed in your Eclipse.

enter image description here