gnodet commented on PR #11829: URL: https://github.com/apache/maven/pull/11829#issuecomment-4489231354
_Claude Code on behalf of Guillaume Nodet_ Note: as discussed during review, there's a pre-existing issue in `MojoExtension.beforeEach()` — `alignToBaseDirectory` is called on `tmodel` (the raw parsed POM) instead of `model` (the merged model). This means: 1. If no POM is found, `tmodel` is `null` and `alignToBaseDirectory` will NPE 2. The stored model misses the defaults from the merge (groupId, artifactId, build paths, etc.) This should be addressed in a follow-up. -- 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]
