I have a build configuration which I explicitly tell on which branch to be build (my-side-branch
for example).
Problem is that all of its snapshot dependencies uses the the default branch (master
).
How can I make them build on the same checkout directory \ branch ? I couldn't find any suitable answer...