Repository Management with Nexus
18.1. Introduction

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 Central Repository.
Bundles must contain the following POM elements:
- modelVersion
- groupId
- artifactId
- packaging
- name
- version
- description
- url
- licenses
-
scm
- url
- connection
