This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch mvnup in repository https://gitbox.apache.org/repos/asf/maven.git
from 05331bb82f chore: ensure pluginManagement is added before plugins section add e6db367d25 feat: improve indentation detection to support different XML formatting styles No new revisions were added by this update. Summary of changes: .../maven/cling/invoker/mvnup/jdom/JDomUtils.java | 134 ++++++- .../mvnup/jdom/IndentationDetectionTest.java | 391 +++++++++++++++++++++ 2 files changed, 517 insertions(+), 8 deletions(-) create mode 100644 impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/jdom/IndentationDetectionTest.java