
How I can open a maven project software ?

How I can open a maven project software ?
The process should be relatively simple. File -> Import --> Maven --> 'Existing Maven Project'
I don't know fort eclipse but it won't be that different from IntelliJ. Import project as a Maven project, and in eclipse, à right click on the main java file then run should work.
Or type mvn install in eclipse terminal , and you'll have jar file you can launch.