I’m trying to solve a configurations riddle. I hav...
# community-support
c
I’m trying to solve a configurations riddle. I have a bucket configuration and want to create a resolvable configuration that resolves to the sources of the transitive dependency graph of that bucket. I was hoping that I could write a
ComponentMetadataRule
that created a variant that combined the files from the
sourcesElements
variant with the dependencies from the
runtimeElements
variant, but I cannot find a way to merge the pieces of two existing variants in this way. Does anyone know of a way to do this?