Login
Remember
Register
Ask a Question
What is a Maven Archetype?
0
votes
asked
Sep 4, 2023
in
Maven - Coalescing Pipeline
by
JackTerrance
What is a Maven Archetype?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 4, 2023
by
JackTerrance
Maven Archetype refers to a Maven plugin entitled to create a project structure as per its template.
These archetypes are just project templates that are generated by Maven when any new project is created.
...