Given that a project is built in Maven, and you would like to import the same project in eclipse IDE. Or sometimes developers intentionally do not check in .project, .settings files to the repository. These files are generated by the eclipse IDE.
cd to the project directory
mvn eclipse:eclipse
Note: ensure that the project directory has pom.xml