Igor Fedorenko created MNG-5927: ----------------------------------- Summary: maven does not honour configured <repositories> in some cases Key: MNG-5927 URL: https://issues.apache.org/jira/browse/MNG-5927 Project: Maven Issue Type: Bug Components: Artifacts and Repositories Reporter: Igor Fedorenko
There appear to be a bug in artifact descriptor cache implemented in aether DefaultDependencyCollector. The cache allows use of cached descriptors when descriptor parent(s) are not accessible from any enabled repository. This is particularly problematic during multithreaded builds, where timing of individual module project builds is not guaranteed, and the invalid artifact descriptor cache implementation can result in infrequent and hard to troubleshoot dependency resolution failures. I'll provide small standalone example project that demonstrates the problem shortly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)