https://github.com/iamteppei/osgi-gradle
Just another OSGi plugin for Gradle.
https://github.com/iamteppei/osgi-gradle
Last synced: 18 days ago
JSON representation
Just another OSGi plugin for Gradle.
- Host: GitHub
- URL: https://github.com/iamteppei/osgi-gradle
- Owner: iamteppei
- License: apache-2.0
- Created: 2016-05-09T09:22:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T17:39:55.000Z (about 10 years ago)
- Last Synced: 2026-05-23T11:39:56.797Z (20 days ago)
- Language: Java
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Why
* Support OSGI instructions in Yaml format.
* OSGI instructions are defined in a separated file so it can be used by build tool (Gradle) or integration test framework in consistent way
# How to use
OSGI instructions are declared in **META-INF/manifest.yml** file.
Supported instructions
* exports: export package instruction
* requires: import package instruction
* embeddedLibs: bundle classpath instruction
Website [http://buondoi.github.io/osgi-gradle](http://buondoi.github.io/osgi-gradle)