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

Related questions

0 votes
asked Jul 23, 2020 in Maven - Coalescing Pipeline by rajeshsharma
0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
...