Details
Description
Currently people need to osgify XStream when need to use it in an OSGi environment.
Since Xstream is build by maven it should be easy to add maven-bundle-plugin that creates the manifest dynamically.
>
Currently people need to osgify XStream when need to use it in an OSGi environment.
Since Xstream is build by maven it should be easy to add maven-bundle-plugin that creates the manifest dynamically.
Unfortunately it does not help to add the correct OSGi information into the manifest, especially with all the optional stuff. If you can provide the proper OSGI information, we can configure the plugin accordingly.