slawekjaranowski opened a new issue, #12201: URL: https://github.com/apache/maven/issues/12201
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. _Originally posted by @gnodet in https://github.com/apache/maven/issues/11829#issuecomment-4489231354_ -- 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]
