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 ...
Create the directory structure Create a root project directory named HelloWorld and cd HelloWorld . In a project directory of your choosing, create the following subdirectory structure; For example, ...