• Intro Headers Instructions Macros Commands
Fork me on GitHub
    • Introduction
    • How to install bnd
    • Guided Tour
    • Guided Tour Workspace & Projects
    • Concepts
    • Best practices
    • Build
    • Project Setup
    • Generating JARs
    • Versioning
    • Baselining
    • Service Components
    • Metatype
    • Contracts
    • Bundle Annotations
    • Accessor Properties
    • SPI Annotations
    • Resolving Dependencies
    • Launching
    • Startlevels
    • Testing
    • Testing with Launchpad
    • Packaging Applications
    • JPMS Libraries
    • Wrapping Libraries to OSGi Bundles
    • Generating Documentation
    • Commands
    • For Developers
    • Tips for Windows users
    • Tools bound to bnd
    • Reference
    • Headers
    • Instruction Reference
    • Instruction Index
    • Macro Reference
    • Macro Index
    • Plugins
    • External Plugins
    • Settings
    • Errors
    • Warnings
    • Frequently Asked Questions
  • plugins [options]

    Description

    Execute a Project action, or if no parms given, show information about the project

    Synopsis

    Options

    [ -p, --project <string> ] - Identify another project
    

    Examples

    biz.aQute.bnd (master)$ bnd plugins
    found password 
    000 aQute.bnd.build.Workspace
    001 java.util.concurrent.ThreadPoolExecutor@2685c106[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
    002 java.util.Random@174384ac
    003 aQute.bnd.maven.support.Maven@51bb4422
    004 aQute.lib.settings.Settings@5d763e19
    005 bnd-cache
    006 aQute.bnd.resource.repository.ResourceRepositoryImpl@67528259
    007 aQute.bnd.osgi.Processor
    008 /Ws/bnd/cnf/repo                         r/w=true
    009 /Ws/bnd/dist/bundles                     r/w=true
    010 aQute.bnd.signing.JartoolSigner@2dac2cb7
    
    • GitHub