Re: Allow custom updatePolicy

2017-10-11 Thread Jonathan Haber
If we did that, then wouldn't the build get really slow every time you hit that 5 minute expiration? On Wed, Oct 11, 2017 at 11:49 AM Michael Osipov <1983-01...@gmx.net> wrote: > > > I just wanted to get thoughts on a possible new feature. Right now, my > > company has thousands of Maven modules

Re: Allow custom updatePolicy

2017-10-11 Thread Michael Osipov
> I just wanted to get thoughts on a possible new feature. Right now, my > company has thousands of Maven modules that are all on snapshots with an > updatePolicy of "always" (basically everyone gets the latest build of > everything, kind of like a poor man's monorepo). Why "always" then and not

Allow custom updatePolicy

2017-10-11 Thread Jonathan Haber
I just wanted to get thoughts on a possible new feature. Right now, my company has thousands of Maven modules that are all on snapshots with an updatePolicy of "always" (basically everyone gets the latest build of everything, kind of like a poor man's monorepo). This mostly works fine, but one of t