My top 5 OSGi unanswered questions
- how do I tell obr:deploy to ignore optional bundles?
- how do I change the layout of "osgi:list" and "obr:list" to display symbolicName instead of the (useless) bundle name?
- how do I instruct maven-bundle-plugin to create a war without the dependencies jars in the WEB-INF/lib folder?
- how do I configure Export-Package to export ALL the packages in the bundle BUT the packages that the bundles already imports from some other bundle
- why there are so few tutorial kind of documentation about OSGI?
