We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is a copy of the similar issue in FW: vaadin/framework#8830
OSGi manifests (imports, exports, ...) should be generated in a way that is reliable and maintainable to avoid accidentally breaking OSGi support.
This can be done e.g. with the bnd Maven plug-in using exclusions rather than explicit inclusions as the primary configuration mechanism.
Related commit is mmerruko/framework@8d105fd
The text was updated successfully, but these errors were encountered:
denis-anisimov
No branches or pull requests
This issue is a copy of the similar issue in FW:
vaadin/framework#8830
OSGi manifests (imports, exports, ...) should be generated in a way that is reliable and maintainable to avoid accidentally breaking OSGi support.
This can be done e.g. with the bnd Maven plug-in using exclusions rather than explicit inclusions as the primary configuration mechanism.
Related commit is mmerruko/framework@8d105fd
The text was updated successfully, but these errors were encountered: