Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.3.9, 3.5.0-alpha-1, 3.5.0-beta-1
-
None
-
None
-
Windows 7
-
Patch
Description
Parsing large pom.xml (>8kb), which contains <?m2e ignore fails
- Steps
- use given Unable to embed resource: pom.xml of type application/xml
- execute mvn validate
- Expected
- pass
- Actual
Caused by: java.lang.ArrayIndexOutOfBoundsException: 10106 at org.codehaus.plexus.util.xml.pull.MXParser.parsePI(MXParser.java:2502)
- see Unable to embed resource: debug.log of type text/plain
- this is caused by plexus-utils issue no 22
- PR must be merged PR#23
Attachments
Attachments
Issue Links
- is superceded by
-
MNG-6280 ArrayIndexOutOfBoundsException caused by pom.xml with process instructions
- Closed