Do Snapshot dependencies include Artefact Dependencies?
Hi,
I have Build B that depends on Build A via a Snapshot dependency.
Build A has an artefact dependency on another build (Build C)
Will Build B get these artefacts as well? Or are Snapshot dependecies only the code pulled down from VCS?
Thanks
Adam
Please sign in to leave a comment.
Snapshot dependencies only provide synchronized sources. You need to add artifact dependencies too.