gnodet commented on PR #1005: URL: https://github.com/apache/maven/pull/1005#issuecomment-1731323814
> Changing the behavior would also cause problems when the XmlNodeBuilder is used to parse only a subtree of the node, which is almost always the case in Maven, as its main usage is to parse the xml `configuration` bits for plugins... I'm slightly wrong here, as only the methods that take an xml parser are used to consume an xml subset. All the other methods are basically only used in tests, apart from [this usage](https://github.com/apache/maven/blob/10128b448422c609cd994d68abf5d65e0a6664c9/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/PluginsMetadataGenerator.java#L131). -- 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]
