An artifact will be excluded despite being listed in the include set. For example [1]. Other locations within the ProjectDependencyResolver consider both isExcluded together with isIncluded, with an artifact in the include list taking priority.
[1]
|
if (isExcluded(coords)) { |
|
return; |
|
} |