gnodet opened a new pull request, #12802: URL: https://github.com/apache/maven/pull/12802
## Summary Backport of #12641 to `maven-4.0.x`. - Fixes the BOM packaging issue where the consumer POM included all inherited dependency management entries from the parent chain - Uses a hybrid raw-model + effective-model approach: the raw model (no inheritance) determines **which** entries belong in the BOM, while the effective model provides resolved/interpolated values - Import-scoped BOM entries are preserved as references (not flattened) with versions interpolated from the project's properties - Adds an IT reproducing the reported scenario Original PR: #12641 Original issue: #12640 -- 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]
