> On Dec 11, 2015, at 8:29 AM, Benson Margulies <bimargul...@gmail.com> wrote:
> When I try to build master in my usual config with a Nexus mirror, I
> fail to find some Spring artifacts.
> 
> Usually, this is because there's a <repository> element for some
> repository I have to exempt from my mirror. The question is, why are
> there these elements in several poms, and not just in the parent?

Builds are significantly faster if the repositories are only defined in the 
modules that actually need them.  Maven would only go to that repository for 
artifacts when building that module, not every module. 

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to