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
- Host: GitHub
- URL: https://github.com/forge/plugin-osgi
- Owner: forge
- Created: 2011-05-31T16:37:10.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-01-12T23:24:50.000Z (about 13 years ago)
- Last Synced: 2025-04-04T22:51:18.767Z (11 months ago)
- Language: Java
- Homepage:
- Size: 114 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
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.