quarkusio / quarkus-platform-bom-generator

Quarkus platform BOM generating tools
Apache License 2.0
9 stars 18 forks source link

Artifacts excluded when present in included pattern set #320

Open MikeEdgar opened 7 months ago

MikeEdgar commented 7 months ago

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] https://github.com/quarkusio/quarkus-platform-bom-generator/blob/d729449eca3d43888bb95db0fa942e6f2a278a17/domino/api/src/main/java/io/quarkus/domino/ProjectDependencyResolver.java#L1212-L1214