Since vaadin-dev-server has already a set of Updaters that are run when source or dependencies are modified, it should be possible to register other updaters like the SBOM generator, just when the dependency is added.
Another option is make vaadin-maven-plugin in the prepare-frontend goal check dependencies and see where there is some external actions that should be performed.
Since
vaadin-dev-server
has already a set ofUpdaters
that are run when source or dependencies are modified, it should be possible to register other updaters like the SBOM generator, just when the dependency is added.Another option is make
vaadin-maven-plugin
in theprepare-frontend
goal check dependencies and see where there is some external actions that should be performed.