...
Add a Bundle-Description tag within the instructions tag of the org.apache.felix maven-bundle-plugin section of your pom.xml:
Code Block | ||||
---|---|---|---|---|
| ||||
<instructions> <Bundle-Description>${bundleDescription}</Bundle-Description> Description> </instructions> |
Add bundle-markdown-encoder plugin (from IGB project)
...