SAGARFIVE

Tutorials

1.6 What is an artifact ?

  • An artifact is an output generated after a Maven project build.
  • It can be, for example, a jarwar, 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.