I need to open a maven project left by my predecessor.
Its file structure is as follows:
.settings (folder)
src (folder)
target (folder)
.classpath (file)
.project (file)
pom.xml (file)
How should I open this project using the Eclipse installed on my PC? Many thanks in advance.