- An artifact is an output generated after a Maven project build.
- It can be, for example, a jar, war, or any other executable file.
- Also, Maven artifacts include five key elements,
- groupId,
- artifactId,
- version,
- packaging, and
- classifier.
- These information mentioned in pom.xml file
- Those are the elements we use to identify the artifact and are known as Maven coordinates.