Getting Started with Maven
November 28, 2017
Now that I have Maven installed (see previous post) I wanted to create a simple project and compile it.
Generate New Project
We can use Maven to generate a new project, taking a template project structure to work from. Here we're using the maven-archetype-quickstart to give us a simple Hello …