Re: Snapshot artifact differentiation

2015-05-28 Thread Ron Wheeler
Can you give each developer their own snapshot repo (perhaps hosted on the virtual machine that is running their tests) that their virtual machine uses for snapshots? Releases would come from the central release repo. This would be easy to do with Nexus and probably easy with other Maven repos

Snapshot artifact differentiation

2015-05-28 Thread Morgan Fletcher
We often have a virtual machine for each developer, where they can deploy code from their own branch (foo) for testing, in a continuous manner. These virtual machines use a configuration management tool to pull binaries from a remote drive, built by a continuous integration build server. The code i