Re: Maven Plugin and JSR330

2016-09-10 Thread Dan Tran
@Stuart, ping :-) On Tue, Sep 6, 2016 at 7:06 PM, Dan Tran wrote: > @Stuart, could you provide instructions on how to enable JSR 250 support? > > Thanks > > > -Dan > > On Fri, Sep 2, 2016 at 9:22 AM, Dan Tran wrote: > >> here you go

Re: Method level parallelization not completing consistently

2016-09-10 Thread Karl Heinz Marbaise
Hi, you know that failsafe is intended for integration tests which are usually not parallelizable... Apart from that maven-eclipse-plugin is retired and shouldn't be part of your build any more... Furthermore without an exmple which shows the behaviour it's hard to guess what might be

Method level parallelization not completing consistently

2016-09-10 Thread Prakul Agarwal
Hi, Using Maven 3.3.9, maven-eclipse-plugin 2.9, failsafe 2.19.1, surefire 2.19.1. I'm using FailSafe parallel = method and threadCount ={5,10,50,100} to execute a bunch of test classes with forkCount = {2,3,4,5}. The integration-test phase is completing sometimes and getting stuck for long the