###Create a project from Maven Template:
To start a new maven project, use the maven archetype plugin from the command line using the archetype:generate
goal.
The following command will tell maven to create a java project from maven-archetype-quickstart
template, if you ignore the archetypeArtifactId
argument, then a list of the templates will be listed for you to choose.