https://issues.apache.org/bugzilla/show_bug.cgi?id=53866
--- Comment #4 from Sebastien Arod <[email protected]> --- Apache servicemix is publishing an osgified version of POI but they are generally one or two versions behind latest poi version. They build one single "poi-osgi" bundle that include poi, poi-contrib, poi-ooxml, and poi-scratchpad. It seems to confirm Pascal comment's. The maven pom.xml they used to build version 3.9 is available at http://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/poi-3.9 They use shade to build a single jar and bnd to generate the osgi manifest. The problem is that poi build uses ant for the build and not maven however I think it should be possible to use bnd from ant. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
