Generating a Project Template with Maven
Learn to generate a project template with Maven.
With Maven, you need to generate a project from a so-called archetype. It’s equivalent to a .NET project template. And perhaps one of the simplest archetypes is maven-archetype-quickstart
. To generate a project from it, you can use the following commands:
Get hands-on with 1200+ tech skills courses.