Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 700 Bytes

readme.md

File metadata and controls

24 lines (14 loc) · 700 Bytes

Bnd Documentation Generation Demo

Overview

This repository illustrates the documentation generation tool of Bnd.

Main documentation page is here

Generate Documentation

For Bnd Workspace Model Projects

Install bnd on the command line

  • Run cd bnd-workspace
  • Run ./gradlew clean build
  • Run java -jar $BND_PATH/biz.aQute.bnd.jar exportreport readme

Note you can use the command on any workspace or bundles to see how it works (no configuration needed).

For Maven Projects

  • Run cd mvn-workspace
  • Run mvn clean install