Hi,

I found in the build log, we are downloading the artifacts parallel, so even 
the artifact is downloaded, Maven 3.1.1 will still try to download the same 
from other repository.
Can someone tell me how to disable this feature? What's the reason we had this 
change since Maven 3.0.5

And also I am wondering, why the artifact downloaded from antlr.org, I did not 
specify in my settings or pom.xml.

02:13:12  [INFO] Downloading: 
http://mycentral/content/repositories/central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
02:13:13  [INFO] Downloaded: 
http://mycentral/content/repositories/central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
 (2 KB at 68.2 KB/sec)
02:13:13  [INFO] Downloading: 
http://mycentral/content/repositories/releases/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
02:13:13  [INFO] Downloading: 
http://mycentral/content/repositories/plugins/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
02:13:13  [INFO] Downloading: 
http://antlr.org/antlr-snapshot/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom

Reply via email to