gnodet commented on PR #12112: URL: https://github.com/apache/maven/pull/12112#issuecomment-4497135195
_Claude Code on behalf of Guillaume Nodet_ Thanks for addressing all the points! B1: ack, good. M1-M5: all clear, thanks for the fixes. Regarding S3: yes, confirmed — in Maven 4.x build extensions also go through `DefaultPluginDependenciesResolver.resolvePlugin()` → `resolveInternal()` (see `DefaultMavenPluginManager.resolveExtensionArtifacts()` at line 1039), so they share the same code path where `VERSION_FILTER_SUPPRESSED` is now set. Core extensions go through `resolveCoreExtension()` → `resolveInternal()` as well. So all three — plugins, build extensions, and core extensions — are covered by this single suppression point. LGTM, approving. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
