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` ? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org