A backstage plugin workspace is a yarn workspace within a Backstage repository that contains plugins to export. Note that there are cases where the backstage repository itself is the plugin workspace.
This project demonstrates a dynamic plugin architecture using Java and Maven. Plugins are separate JAR files that implement a shared interface and are loaded dynamically at runtime.