Blueprint Developer Manual / Version 2512.0
Table Of ContentsIt is also possible to include plugins directly with your Docker images. The process to do that is similar to the one of the Blueprint extensions, but more lightweight.
Next to workspace-configuration/extensions is a plugins directory
where you can configure the plugins you want to bundle as a list of descriptor-urls.
By executing Maven in this directory, the plugin-descriptors are parsed and the urls to the distinct
application-plugins are put into plugins.json files inside the application workspaces.
Then, when building an application, these plugin-zips will be downloaded and added to the Docker image.
For details, please see the README.md in the workspace-configuration/plugins directory.


