Maven / Maven Interview questions II
What is an Archetype in Maven framework?
Archetype is a Maven plugin that creates a project structure as per its template.
The below is the command to create a new maven project based on an archetype.
mvn archetype:generate
More Related questions...