[ https://issues.apache.org/jira/browse/MNG-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654340#comment-17654340 ]
ASF GitHub Bot commented on MNG-7596: ------------------------------------- gnodet commented on code in PR #866: URL: https://github.com/apache/maven/pull/866#discussion_r1061225506 ########## maven-xml-impl/src/main/java/org/apache/maven/internal/xml/Xpp3Dom.java: ########## @@ -180,8 +181,6 @@ public void writeToSerializer(String namespace, XmlSerializer serializer) throws * </ol></li> * <li> If mergeSelf == true * <ol type="A"> - * <li> if the dominant root node's value is empty, set it to the recessive root node's value</li> - * <li> For each attribute in the recessive root node which is not set in the dominant root node, set it.</li> Review Comment: @guylabs I'm not really the author of the change, I simply back ported it because the code is duplicated somehow from plexus-utils. The original change is https://github.com/codehaus-plexus/plexus-utils/commit/67ac243dbc6434c03a9b1582d94aef6bf2b5cf95 > Upgrade to plexus-utils 3.5.0 > ----------------------------- > > Key: MNG-7596 > URL: https://issues.apache.org/jira/browse/MNG-7596 > Project: Maven > Issue Type: Dependency upgrade > Reporter: Guillaume Nodet > Assignee: Guillaume Nodet > Priority: Major > Fix For: 4.0.0-alpha-3, 4.0.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)