-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OSGI bundle metadata to MANIFEST.MFs #510
Comments
hi @zspitzer , what should we add exactly as I'm not really knowledgeable about the OSGI world :). Do you have any doc that could help us? |
Here's an example from Lucee which uses OSGI, which I'm advocating upgrading to openhtmltopdf https://luceeserver.atlassian.net/browse/LDEV-2968 It currently still uses FS, which also doesn't include OSGI bundles metadata, so it has to re-wrap https://github.com/lucee/osgi-bundle-flyingSaucerPDF/blob/master/pom.xml |
… build. For now, we export all packages, for simplicity.
#510 Use Apache Felix maven-bundle-plugin to add osgi metadata.
Can you add in the OSGI metadata to the build process?
The text was updated successfully, but these errors were encountered: