My top 5 OSGi unanswered questions

  1. how do I tell obr:deploy to ignore optional bundles?
  2. how do I change the layout of "osgi:list" and "obr:list" to display symbolicName instead of the (useless) bundle name?
  3. how do I instruct maven-bundle-plugin to create a war without the dependencies jars in the WEB-INF/lib folder?
  4. 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
  5. why there are so few tutorial kind of documentation about OSGI?