Multi-threaded Maven, skipped projects, "successful" build

2013-02-02 Thread Dan Fabulich
Has anybody ever seen this before? I'm running Maven 3.04 with "--threads 16" on an AWS High-Memory Quadruple Extra Large Instance, and I'm getting weird build behavior: the build claims to have succeeded, but not all of the projects were finished building. This reactor summary below (censored

Re: Maven compiler fails non-randomly

2013-02-02 Thread Wayne Fay
> This issue is still haunting me. The same project could be running on one If you check the 2 stacktraces you've included below, this is an error being emitted by javac, not Maven. You just happen to see it via Maven as that is your build tool. It is a bit of a pain, but can you test compiling w

Re: Maven compiler fails non-randomly

2013-02-02 Thread Henrik Eriksson
This issue is still haunting me. The same project could be running on one machine but run fine on another. Wiped repos, diffrent JDKs, OSs etc. It fails "randomly" since there are no apparant situation left I can think of why it should fail. But when it fails it always fails at the same place, same