[ https://issues.apache.org/jira/browse/MNG-6216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146061#comment-16146061 ]
Robert Scholte commented on MNG-6216: ------------------------------------- [~mttjj], just to be sure: you're both using default {{settings.xml}}, so there's no repository-manager in the middle, nor a proxy. You're both directly connected to Maven Central, right? It still looks like a nasty race condition to me when downloading files in parallel. It is unlikely that the different install location is the issue, the location of the local repository would be more likely to be an issue (local or part of roaming profile). The Java version could be an issue, we've seen this before, although I don't expect it to be. Could be interesting to try to sync these two, just to remove another variable. > ArrayIndexOutOfBoundsException 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 > Fix For: 3.5.1 > > 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.4.14#64029)