Repository Management with Nexus
Repository Management with Nexus

Chapter 16. Artifact Bundles

Artifact bundles are groups of related artifacts which are all related by the same groupId, artifactId, and version (GAV) coordinate. They are used by projects that wish to upload artifacts to the Maven Central repository.

Bundles must contain the following POM elements:

  • modelVersion
  • groupId
  • artifactId
  • packaging
  • name
  • version
  • description
  • url
  • licenses
  • scm

    • url
    • connection
Sonatype Promotion Subscribe via RSS