• 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
    • Headers
    • Instruction Reference
    • Instruction Index
    • Macro Reference
    • Macro Index
    • Plugins
    • External Plugins
    • Settings
    • Errors
    • Warnings
    • Frequently Asked Questions
  • project [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 project
    Name         biz.aQute.bnd
    Actions      [build, test, run, clean, release, refresh, deploy]
    Directory    /Ws/bnd/biz.aQute.bnd
    Depends on   [aQute.libg, biz.aQute.bndlib, biz.aQute.junit, biz.aQute.launcher]
    Sub builders [biz.aQute.bnd]
    
    • GitHub