I created a maven project using the maven-archetype-quickstart and can run both maven clean and maven install succesfully.
However, when running the maven install the "Hello world" line is not printed out. It builds succesfully and does the tests and exports the jar file.
But how to actually run the project in Eclipse itself?
Clarification. I want it to run the main method from the main class. Should I just choose run as java application?