gnodet opened a new pull request, #12914:
URL: https://github.com/apache/maven/pull/12914

   ## Summary
   - Fix operator precedence bug in 
`DefaultModelBuilder.importDependencyManagement()` where BOM-type dependencies 
were always skipped
   - The condition `!(pom AND import) OR bom` incorrectly evaluates so that 
`bom` type dependencies always hit `continue`
   - Changed to `!((pom AND import) OR bom)` to correctly skip only non-import, 
non-BOM dependencies
   
   ## Test plan
   - [x] `mvn test` passes in `impl/maven-impl` module (493 tests, 0 failures)
   - [ ] CI passes on all platforms
   
   🤖 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]

Reply via email to