• Intro Headers Instructions Macros Commands
Fork me on GitHub
    • Getting Started
      • Introduction
      • How to install bnd
      • Guided Tour Workspace & Projects
      • bnd / bndlib Features and JAR Wrapping Techniques
      • FAQ - Frequently Asked Questions
    • Concepts and Practices
      • Concepts
      • Background
      • Best practices
    • Build and Development
      • Build
      • Generating JARs
      • Versioning
      • Baselining
      • Service Components
      • Metatype
      • Contracts
      • Bundle Annotations
      • Accessor Properties
      • SPI Annotations
    • Dependency and Launching
      • Resolving Dependencies
      • Launching
      • Startlevels
    • Testing
      • Testing
      • Testing with Launchpad
    • Packaging and Distribution
      • Packaging Applications
      • JPMS Libraries
      • Wrapping Libraries to OSGi Bundles
    • Documentation and Tools
      • Generating Documentation
      • Commands
      • For Developers
      • Templates for Workspaces
      • Tips for Windows users
      • Tools bound to bnd
    • Reference Material
      • Reference
      • Headers
      • Instruction Reference
      • Instruction Index
      • Macro Reference
      • Macro Index
      • Plugins
      • External Plugins
    • Configuration and Troubleshooting
      • Settings
      • Errors
      • Warnings
  • mbr

    Prev Next

    Description

    Maintain Maven Bnd Repository GAV files

    Synopsis:

       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 versions
    • repos - List the repositories in this workspace
    • update - For each archive in the index, update to a higher version if available in the repository
    • verify - 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)
Prev Next
Search
    • Home