What is a Maven archetype? Fixing 'archetype' Issue

Опубликовано: 22 Август 2021
на канале: total-qa
5,430
27

What is a Archetype:
==================

Archetype is a Maven project templating toolkit.

Advantages of Archetype:
====================
An archetype is defined as an original pattern
consistent means of generating Maven projects.
enable developers quickly to follow best practices employed by your project or organization.

Missing ArcheType in Maven:
=====================
GroupId: org.apache.maven.archetypes
Artifact Id:maven-archetype-quickstart
Version : 1.1

Ref :https://maven.apache.org/guides/intro...