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