See https://github.com/apache/maven/pull/442
Guillaume
Le lun. 8 févr. 2021 à 17:24, Guillaume Nodet a écrit :
> Ah, it seems the underlying exception is swallowed.
> I think the main reason is that DefaultTransformerContext does not use a
> ConcurrentHashMap.
>
> java.util.ConcurrentModificati
Ah, it seems the underlying exception is swallowed.
I think the main reason is that DefaultTransformerContext does not use a
ConcurrentHashMap.
java.util.ConcurrentModificationException
at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
at
org.apache.maven.model.building.DefaultMode
It seems concurrent builds are somewhat broken on master.
I end up with lots of exceptions, see below.
Any idea where to look at ?
Cheers,
Guillaume Nodet
[ERROR] input contained no data
java.io.EOFException: input contained no data
at org.codehaus.plexus.util.xml.pull.MXParser.fillBuf
(M