Can you make a collection from artifacts in two independent components in a project?
Project A has three components X,Y,Z. They are all in the same repository.
X has artifacts Xa1,Xa2,Xa3
Y has artifacts Ya1,Ya2,Ya3
I want to add a collection to component Z, Zc1, which will contain artifacts Xa1 and Ya1.
Is this possible? I fear the answer is no, since the components partition the project and fences them from one another?