An open API service indexing awesome lists of open source software.

https://github.com/forge/plugin-osgi

Forge OSGI Plugins
https://github.com/forge/plugin-osgi

Last synced: 9 months ago
JSON representation

Forge OSGI Plugins

Awesome Lists containing this project

README

          

Installation
============
forge install-plugin osgi

Commands
============
osgi setup

Adds and configures the Bundle Plugin to the Maven configuration and allows creation of an Activator class.
_WARNING!_ The Bundle Plugin needs the packaging type to be bundle to work correctly. This is currently not yet possible in Forge so you have to do this by hand.

osgi add-service-component demo.Myclass.java

Adds a Service-Component header to the Bundle Plugin configuration.