Re: maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-17 Thread Vivi An
Thanks Dan. Figured out there is a maven-install-plugin:install-files in a child pom. So far builds going well. Regards, ~ Vivi On 5/16/18, 9:26 PM, "Vivi An" wrote: Great info. Thanks a lot Dan! I don’t see we use any plugin with aggregate goal though, we have

Re: maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-16 Thread Vivi An
Great info. Thanks a lot Dan! I don’t see we use any plugin with aggregate goal though, we have around 120 modules. Wondering how did you pinpoint an internal aggregated plugin? Thanks again. Regards, ~ Vivi On 5/16/18, 8:30 PM, "Dan Tran" wrote: this may help

Re: maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-16 Thread Dan Tran
this may help http://maven.40175.n5.nabble.com/Hickup-in-multi-thread-build-td5865974.html#a5866778 -D On Wed, May 16, 2018 at 1:49 PM, Vivi An wrote: > Hi all, > > Hit intermittent compile error after enabling maven parallel build, > complains about symbol not found. Checked

maven parallel build has intermittent compile error, dependency not added to classpath

2018-05-16 Thread Vivi An
Hi all, Hit intermittent compile error after enabling maven parallel build, complains about symbol not found. Checked the log, it’s not caused by racing issue of multithread downloading, though that’s another problem even with Takari extension. Problem is in case of failure, the dependency in