-
Notifications
You must be signed in to change notification settings - Fork 728
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
Simplify OSGi manifest generation #8830
Milestone
Comments
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Mar 24, 2017
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Mar 28, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Mar 28, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Mar 29, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Mar 29, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Mar 29, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Mar 30, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Apr 12, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
mmerruko
added a commit
to mmerruko/framework
that referenced
this issue
Apr 21, 2017
Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
hesara
pushed a commit
that referenced
this issue
Apr 21, 2017
hesara
pushed a commit
that referenced
this issue
Apr 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: