I agree with @Jörg_Hoh, the concept of having different builds removing
/ adding configs could be prone to issues and isn't the recommended
approach. Leveraging runmodes is good for environment specific stuff and
if you have site / path specific functionality then maybe you could
drive that via Sling Context Aware
configs:https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html
Otherwise, in general, adding / removing OSGi components per build w...