[ https://issues.apache.org/jira/browse/MNG-7571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17652951#comment-17652951 ]
ASF GitHub Bot commented on MNG-7571: ------------------------------------- gnodet commented on code in PR #830: URL: https://github.com/apache/maven/pull/830#discussion_r1059150836 ########## plexus-utils/pom.xml: ########## @@ -28,6 +28,8 @@ under the License. <groupId>org.apache.maven</groupId> <artifactId>plexus-utils</artifactId> <version>4.0.0-alpha-4-SNAPSHOT</version> + <name>Apache Maven Plexus-Utils</name> + <description>Apache Maven repackaging of Plexus Utils with immutable Dom interface and its replacement implementation.</description> Review Comment: The name comes from the plexus class [`Xpp3Dom`](https://github.com/codehaus-plexus/plexus-utils/blob/master/src/main/java/org/codehaus/plexus/util/xml/Xpp3Dom.java) but I removed the `Xpp3` part. And yes, it's referring to Document Object Model, but I would not call it `DOM`. We could rename it `XmlNode` ? > add new Maven immutable API to reference documentation > ------------------------------------------------------ > > Key: MNG-7571 > URL: https://issues.apache.org/jira/browse/MNG-7571 > Project: Maven > Issue Type: Task > Affects Versions: 4.0.0-alpha-2 > Reporter: Herve Boutemy > Priority: Major > Fix For: 4.0.0-alpha-4 > > > immutable API added in MNG-7553 > api directory but maven-api documentation url > https://maven.apache.org/ref/4.0.0-alpha-2/maven-api/index.html -- This message was sent by Atlassian Jira (v8.20.10#820010)