[GitHub] [maven] kwin commented on pull request #689: [NOT FOR MERGE] Example of Maven BOMs

2022-08-23 Thread GitBox
kwin commented on PR #689: URL: https://github.com/apache/maven/pull/689#issuecomment-1223962443 > Classworlds is able to let a plugin have a different version of plexus-utils than the one used by Maven itself. IMHO not, you cannot use another version of it as it is part of the core

[GitHub] [maven] kwin commented on pull request #689: [NOT FOR MERGE] Example of Maven BOMs

2022-08-23 Thread GitBox
kwin commented on PR #689: URL: https://github.com/apache/maven/pull/689#issuecomment-1223881456 From a plugin developer's perspective it would be nice to have one(!) BOM available for the minimum target Maven version which includes all dependencies which cannot be overwritten as they are f

[GitHub] [maven] kwin commented on pull request #689: [NOT FOR MERGE] Example of Maven BOMs

2022-03-07 Thread GitBox
kwin commented on pull request #689: URL: https://github.com/apache/maven/pull/689#issuecomment-1061487375 IMHO a BOM should only manage those dependencies which cannot be overridden through the plugin classloader as they are always determined from the Maven Core classloader. That is not t