What is maven artifact ?

* Maven Archetype refers to a Maven plugin entitled to create a project structure as per its template.
* Maven artifact is known as a file (generally a jar) that is extended to the Maven repository.
* Each artifact includes a group ID, an artifact ID and a version string. It is usually stored in your system repository.

Leave a Reply