Hi Folks,
Our Bamboo build plans include the maven deploy goal, which uploads built artifacts to Nexus.
This has the side-effect that a branch build changes the contents of Nexus. Is that desirable? Is it easily changed so that branch builds do not deploy to Nexus?
The positive side effect that the current structure is having is that a PR to change one component (repo) can go green even if a change to a dependency (different git repo) is not yet merged (it's own PR, being green, has updated the -SNAPSHOT version in Nexus). But all of this is making me most uncomfortable....
Kind regards, Robin.