0 votes
in Maven - Coalescing Pipeline by
What do you mean by Maven Archetype?

1 Answer

0 votes
by
Maven archetype is basically a plugin assigned with the job of generating the project structure according to a particular skeleton or template.

The following command is used to create a project template:

mvn archetype: generate
...