Elliotte Rusty Harold created MNG-7736: ------------------------------------------
Summary: MavenXpp3Reader exposes Codehaus Plexus in exception signature Key: MNG-7736 URL: https://issues.apache.org/jira/browse/MNG-7736 Project: Maven Issue Type: Improvement Reporter: Elliotte Rusty Harold The read methods in this class all throw org.codehaus.plexus.util.xml.pull.XmlPullParserException which then leaks into a lot of plugins. I'm not yet sure exactly how to resolve this, but these methods (or replacements?) should throw an exception that is from this package or another Maven core package or perhaps the JDK itself. -- This message was sent by Atlassian Jira (v8.20.10#820010)