• 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
      • bnd CLI 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
  • -noextraheaders BOOLEAN

    Prev Next
    Builder
    Do not add a any extra headers specific for bnd.

    • Example: -noextraheaders=true

    • Values: true,false

    • Pattern: true|false|TRUE|FALSE



    The -noextraheaders instruction controls whether bnd adds extra headers to the manifest that are specific to bnd, such as Created-By, Tool, and Bnd-LastModified. By default, these headers are included to provide information about the build environment and tool versions. When this instruction is set to true, bnd will not add these extra headers, resulting in a cleaner manifest with only the standard OSGi headers.

    This can be useful if you want to minimize metadata or ensure that your manifest contains only the required information.


    TODO Needs review - AI Generated content

Prev Next
Search
    • Home