itsallcode / openfasttrace

Open source requirement tracing suite
GNU General Public License v3.0
100 stars 21 forks source link

Load custom plugins from JAR files #413

Closed kaklakariada closed 1 month ago

kaklakariada commented 4 months ago

OFT already includes some plugins (e.g. importers for RST & MD). These plugins are loaded automatically from the fat JAR that includes all plugins. Using OFT's plugin API, third parties could create and publish and use their own plugins independently from the OFT project. Example: AsciiDoc importer (https://github.com/itsallcode/openfasttrace/issues/410).

Proposed solution

Out of scope

Tasks