mP1 / j2cl-maven-plugin

Java to javascript maven plugin that uses several Google java/javascript compilers and tools
Apache License 2.0
8 stars 3 forks source link

threadpool=1 when running gwt-timer-j2cl-tests results in the dependency being processed twice in parallel #149

Closed mP1 closed 4 years ago

mP1 commented 4 years ago
[DEBUG]   org.gwtproject.timer:gwt-timer:jar:1.0-SNAPSHOT
[DEBUG]     com.google.elemental2:elemental2-core:jar:1.0.0-RC1
[DEBUG]     com.google.elemental2:elemental2-dom:jar:1.0.0-RC1
[DEBUG]     com.google.elemental2:elemental2-dom:jar:sources:1.0.0-RC1 
[DEBUG]     com.google.elemental2:elemental2-promise:jar:1.0.0-RC1
[DEBUG]     com.google.jsinterop:jsinterop-annotations:jar:2.0.0
[DEBUG]     com.vertispan.j2cl:gwt-internal-annotations:jar:0.5-SNAPSHOT
[DEBUG]     com.vertispan.jsinterop:base:jar:1.0.0-SNAPSHOT
[DEBUG]     com.google.elemental2:elemental2-dom:jar:1.0.0-RC1
[DEBUG]     com.google.elemental2:elemental2-dom:jar:sources:1.0.0-RC1 

elemental2-dom-1.0.0-RC1-sources.jar

Both resolve to the same sources.jar which results in a clash when attempting to process both in parallel, resulting in a FileAlreadyExistsException.