Pankraz76 commented on code in PR #2327:
URL: https://github.com/apache/maven/pull/2327#discussion_r2084519529


##########
impl/maven-impl/src/main/java/org/apache/maven/impl/DefaultPluginXmlFactory.java:
##########
@@ -100,28 +100,4 @@ public void write(XmlWriterRequest<PluginDescriptor> 
request) throws XmlWriterEx
             throw new XmlWriterException("Unable to write plugin: " + 
getMessage(e), getLocation(e), e);
         }
     }
-
-    /**
-     * Simply parse the given xml string.
-     *
-     * @param xml the input XML string
-     * @return the parsed object
-     * @throws XmlReaderException if an error occurs during the parsing
-     * @see #toXmlString(Object)
-     */
-    public static PluginDescriptor fromXml(@Nonnull String xml) throws 
XmlReaderException {
-        return new DefaultPluginXmlFactory().fromXmlString(xml);
-    }

Review Comment:
   is this actively in use?



-- 
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

Reply via email to