Multiple widget compilations in multimodule library project

Hi

We currently have a project with modules that is currently used as an extra library for client applications. (this project contains boilerplate for our specific behavioral needs)

In total we have about 14 modules (recursively) 12 of them with their own widget set.
When we deploy a new version of this project, we have to go through all 12 of those compilations, as we deploy we run the updatewidgetset goal in maven.

Is there another solution or suggestion?

Kind regards