Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add a Bundle-Description tag within the instructions tag of the org.apache.felix maven-bundle-plugin section of your pom.xml:

Code Block
languagexml
titlepom.xml
<instructions>
  <Bundle-Description>${bundleDescription}</Bundle-Description> Description> 
</instructions>

 

Add bundle-markdown-encoder plugin (from IGB project)

...