How to import Maven project to Eclipse Luna

0

I'm trying to import a GitHub project into my eclipse, but I'm not having success. Would some kind of project conversion be needed?

I'm using Eclipse Luna, apache-maven-3.3.9.

    
asked by anonymous 27.04.2016 / 15:58

1 answer

3

Go to File > Import > Maven > Existing Maven Projects.

Then just choose the directory and mark pom.xml

    
27.04.2016 / 16:02