You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2023/03/11 14:17:00 UTC

[jira] [Created] (MNG-7736) MavenXpp3Reader exposes Codehaus Plexus in exception signature

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)