gnodet commented on PR #11742: URL: https://github.com/apache/maven/pull/11742#issuecomment-4695465858
CI is now fully green. Summary of changes on this branch: 1. **`MavenXpp3Writer.configureDelegate`** — before writing the effective POM, sets the namespace and schemaLocation on the `MavenStaxWriter` delegate based on the model's declared `modelVersion`. Falls back to `MavenModelVersion.getModelVersion()` (feature-based minimum) when no version is explicitly declared. 2. **`ModelTest`** — two new unit tests verifying namespace output for both 4.1.0 and 4.0.0 models. 3. **`MavenITgh11715EffectivePomNamespaceTest`** — integration test that runs `help:effective-pom` on a 4.1.0 POM and verifies the output preserves the 4.1.0 namespace and schemaLocation. Ready for review. _Fully automatic review from 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]
