-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins version 2.138.3
https://plugins.jenkins.io/maven-plugin v3.1.2
maven project job errors while parsing a largish pom that contains <?m2e ignore?>
re-creatable in a similar way to the dependency bug (fixed in v3.1.0) described here : https://github.com/codehaus-plexus/plexus-utils/issues/22
To recreate the problem, set up a maven project job with the attached plexus-pom.xml, and run 'mvn clean verify'
ERROR: Processing failed due to a bug in the code. Please report this to the issue tracker (https://jenkins.io/redirect/report-an-issue).
java.lang.ArrayIndexOutOfBoundsException: 15418
at org.codehaus.plexus.util.xml.pull.MXParser.parsePI(MXParser.java:2502)
at org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1283)
at org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1131)
at org.codehaus.plexus.util.xml.pull.MXParser.nextTag(MXParser.java:1116)