[ https://issues.apache.org/jira/browse/MNG-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15966584#comment-15966584 ]
Robert Scholte commented on MNG-6216: ------------------------------------- The parser used to stop with the closing project-tag, always assuming that was the end of the XML, see also MNG-6020. So yes, parsing is now more correct but exposes issues in case there is content after the closing project tag. We can only be strict like this for the pom.xml files of the reactor. Other files should be assumed that they cannot be changed. > IndexArrayOutOfBounds when parsing POM > --------------------------------------- > > Key: MNG-6216 > URL: https://issues.apache.org/jira/browse/MNG-6216 > Project: Maven > Issue Type: Bug > Affects Versions: 3.5.0 > Reporter: Marc Savy > Attachments: log > > > When building apiman https://github.com/apiman/apiman.git on Maven 3.5.0 the > XML parser seems to have some issues parsing the apiman-test-common module. > If you want to reproduce, you can simply use mvn clean install, no profiles > needed. > Log: https://gist.github.com/msavy/a1b4307fb238a543dfd6af426b42d446 > Also attached. -- This message was sent by Atlassian JIRA (v6.3.15#6346)