You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/20 14:44:00 UTC

[jira] [Commented] (MNG-5927) maven does not honour configured in some cases

    [ https://issues.apache.org/jira/browse/MNG-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000924#comment-17000924 ] 

Elliotte Rusty Harold commented on MNG-5927:
--------------------------------------------

where do aether bugs belong?

> 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
>            Priority: Major
>
> 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
(v8.3.4#803005)