I want to import this repository as a java project in Eclipse but eclipse doesn't recognize it as a valid project.
Any help will be appreciated, thank you.
I want to import this repository as a java project in Eclipse but eclipse doesn't recognize it as a valid project.
Any help will be appreciated, thank you.
As the comments say, this is a Maven project. You can use Maven to generate an Eclipse project and import that.
mvn eclipse:eclipse
According to the comments and another question, newer versions of Eclipse allow you to simple import it from the import menu. Just select Maven as the import source in the wizard and then select Existing Maven Projects.