You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2018/02/19 21:00:00 UTC

[jira] [Closed] (MNG-6204) Exception when parsing
     [ https://issues.apache.org/jira/browse/MNG-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MNG-6204.
-------------------------------
    Resolution: Duplicate
      Assignee: Robert Scholte

> Exception when parsing <?m2e ignore in large POM
> ------------------------------------------------
>
>                 Key: MNG-6204
>                 URL: https://issues.apache.org/jira/browse/MNG-6204
>             Project: Maven
>          Issue Type: Bug
>          Components: Bootstrap &amp; Build
>    Affects Versions: 3.3.9, 3.5.0-alpha-1, 3.5.0-beta-1
>         Environment: Windows 7
>            Reporter: Robert Kleinschmager
>            Assignee: Robert Scholte
>            Priority: Major
>         Attachments: debug.log, pom.xml
>
>
> Parsing large pom.xml  (>8kb), which contains <?m2e ignore fails
> * Steps
> ** use given !pom.xml!
> ** execute {{mvn validate}}
> * Expected
> ** pass
> * Actual
> ** {code}
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 10106
> 	at org.codehaus.plexus.util.xml.pull.MXParser.parsePI(MXParser.java:2502)
> {code}
> ** see !debug.log!
> * this is caused by [plexus-utils issue no 22|https://github.com/codehaus-plexus/plexus-utils/issues/22]
> ** PR must be merged [PR#23|https://github.com/codehaus-plexus/plexus-utils/pull/23]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)