Robert Kleinschmager created MNG-6204: -----------------------------------------
Summary: 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 & Build Affects Versions: 3.5.0-beta-1, 3.5.0-alpha-1, 3.3.9 Environment: Windows 7 Reporter: Robert Kleinschmager 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 (v6.3.15#6346)