First you’ll need to setup a Java project for Maven to build. To keep the focus on Maven, make the project as simple as possible for now. Now that you have a project that is ready to be built with ...
Here HelloWorld uses Joda Time’s LocalTime class to get and print the current time. If you were to run mvn compile to build the project now, the build would fail because you’ve not declared Joda Time ...