Parallel downloads of Maven artifacts -


when building project dependencies not yet available in local repository, noticed maven 3.3.3 first downloads dependency poms sequentially , proceeds downloading dependency jars 5 threads in parallel.

what's reason not using parallel downloads poms also?

is there option configure number of parallel downloads of either poms or jars?

op knows answer other people searching solution issue: it's not possible current version of maven, 3.5.0.

op has created issue this , code pr it has not yet been merged of writing these words (7th of may 2017).


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -