-1

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.

Learner
  • 69
  • 2
  • 9

1 Answers1

1
  • install maven plug-ins in your eclipse
  • import project > Existing Maven Projects(or you can import as general project and convert to maven project)
Rao
  • 20,781
  • 11
  • 57
  • 77
Tom Grylls
  • 121
  • 7