Add osgi manifest to jar.
Open
P3
type=addition
- Dominant language
- Java
- Stars
- 2.8k
- Forks
- 275
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
It is very easy to add and would be a great help for all osgi users. Here a example maven plugin config taken from the google guava pom.xml:
``` xml
org.apache.felix
maven-bundle-plugin
2.3.7
bundle-manifest
process-classes
manifest
!com.google.common.base.internal,com.google.common.*
javax.annotation;resolution:=optional,
sun.misc.*;resolution:=optional
```
Contributor guide
Assessment
This issue has not been assessed yet.