Re: Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier

2017-05-05 Thread Martin Gainty
From: Dan Tran Sent: Friday, May 5, 2017 3:51 AM To: Maven Users List Subject: Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier Hi Lately, my build randomly fails with java.lang.NoClassDefFoundError:

Re: Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier

2017-05-05 Thread Fabian van der Veen
Hey Dan, Given the symptoms you mention, I think you may be hitting the same issue with your concurrent build as we did a while ago (and which has been reported as https://issues.apache.org/jira/browse/MNG-5960). Basically, (based on some debugging I did for our build,) having some aggregate

Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier

2017-05-05 Thread Dan Tran
Hi Lately, my build randomly fails with java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier at surefire My environment consists of * 200+ modules running with --builder smart -T 4 * surefire 2.19.1 and 2.20, maven 3.3.9 and 3.5 * Build runs on Sles12SP2 with

[ANN] Apache Maven PMD Plugin 3.8 Released

2017-05-05 Thread Andreas Dangel
The Apache Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.8 A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste fragments, as well as being able to fail the build based on these metrics.

ipad air 2

2017-05-05 Thread mostafa shahdadi
Sent from my iPad - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier

2017-05-05 Thread Dan Tran
@Fabian, yes i do recall vaguely with your and I have a good run for a year :-). Thanks for the reminder, i can search thru new mojos lately introduced to the build and find out. Thanks @Martin, i do use hamcrest -D On Fri, May 5, 2017 at 4:42 AM, Martin Gainty wrote: >

Re: Intermittent java.lang.NoClassDefFoundError: org/junit/runner/notification/RunNotifier

2017-05-05 Thread Dan Tran
@Fabian, one more time you have come to my rescue. Indeed, we introduce a new MOJO and it has aggregate flag set to true Thanks again -Dan On Fri, May 5, 2017 at 8:56 AM, Dan Tran wrote: > @Fabian, yes i do recall vaguely with your and I have a good run for a > year :-).