Can server side Cockpit-Plugins also referenced in config.js like standalone frontend plugins

Hey there,
I’m using Camunda 7 and am currently trying to figure out how to integrate a plugin into the Cockpit that isn’t standalone client-side. Thus, builds up on a maven (java) backend. (as described in the docs, Ressource 3)
I found a GitHub repo (Ressource 2) which suggests to reference the plugin via maven in the webapps repo and then always rebuilt the webapps repo (which doesn’t seem like a nice dev experience). Is this the only way to integrate such plugin, or can these type of plugins also referenced in the config file (see Ressource 1) like standalone frontend plugins can be.

cheers

Would be nice to have a more detailed documentation or blog post on this topic as the current docs (Ressource 3) don’t seem complete

Ressources: