-extension
Project
- Pattern:
.*
-extension
The -extension
instruction allows you to specify a plugin that is loaded from a URL. The plugin provides a header used to instantiate the extension. This is useful for extending bnd’s functionality with custom plugins or features that are not included by default.
Example:
-extension: com.example.MyExtension;version=1.0.0
The extension will be downloaded and loaded as part of the build process.
TODO Needs review - AI Generated content