mbr
Description
Maintain Maven Bnd Repository GAV filesSynopsis:
mbr [options] ...
Options:
[ -j --json ]
Output to json instead of human readable when possible
Available sub-commands
check
- For each archive in the index, show the available higher versionsrepos
- List the repositories in this workspaceupdate
- For each archive in the index, update to a higher version if available in the repositoryverify
- Verify the repositories, this checks if a GAV is defined in multiple repositories or if there are multiple revisions for the same program
check
For each archive in the index, show the available higher versions
Synopsis:
check [options] <archive-glob...>
Options:
[ -r --repo <[i> ]
Select the repositories by index (see list for getting the index)[ -s --scope <scope> ]
Specify the scope of the selected version: all, micro (max), minor (max), major (max)[ -S --snapshotlike ]
Include snapshot like versions like -SNAPSHOT, -rc1, -beta12. These are skipped for updated by default
repos
List the repositories in this workspace
Synopsis:
repos
update
For each archive in the index, update to a higher version if available in the repository
Synopsis:
update [options] <archive-glob...>
Options:
[ -d --dry ]
[ -r --repo <[i> ]
Select the repositories by index (see list for getting the index)[ -s --scope <scope> ]
Specify the scope of the selected version: all, micro (max), minor (max), major (max)[ -S --snapshotlike ]
Include snapshot like versions like -SNAPSHOT, -rc1, -beta12. These are skipped for updated by default
verify
Verify the repositories, this checks if a GAV is defined in multiple repositories or if there are multiple revisions for the same program
Synopsis:
verify [options] <archive-glob...>
Options:
[ -r --repo <[i> ]
Select the repositories by index (see list for getting the index)