gnodet opened a new pull request, #12528: URL: https://github.com/apache/maven/pull/12528
## Summary - Adds a failing integration test that reproduces [#12522](https://github.com/apache/maven/issues/12522) - The test uses the `tycho-bnd-plugin` reproducer from the issue to verify that plugins **not** marked with `<extensions>true</extensions>` do not have their JSR330/Plexus components picked up as extensions - Currently fails with `Unable to provision: No implementation for MavenReactorRepository was bound` because `BndProjectExecutionListener` is erroneously discovered from the plugin classrealm ## Test plan - [ ] The IT (`MavenITgh12522NonExtensionPluginTest`) currently **fails** as expected — it documents the bug - [ ] Once the underlying issue is fixed, this test should pass (build completes without provisioning errors) - [ ] Verified locally: `mvn verify -pl core-it-suite -Dit.test=MavenITgh12522NonExtensionPluginTest -Prun-its` 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
