Re: Issue with running junit tests in parallel

2012-03-01 Thread akhilhingane
As you mentioned, the classes which are picked up twice are indeed present in two files under target/surefire Regards, Akhil -- View this message in context: http://maven.40175.n5.nabble.com/Issue-with-running-junit-tests-in-parallel-tp5524181p5530236.html Sent from the Maven - Users mailing

Re: Issue with running junit tests in parallel

2012-03-01 Thread Kristian Rosenvold
Try; in this order: A) Use mvn help:effective-pom and analyze your surefire configuration and see if you have multiple executions B) Run mvn -X clean install cd target/surefire grep * The folder you are in contains all the specifications used to start the forks, if the same class has been run m

Re: Issue with running junit tests in parallel

2012-03-01 Thread akhilhingane
.nabble.com/Issue-with-running-junit-tests-in-parallel-tp5524181p5528028.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

Re: Issue with running junit tests in parallel

2012-02-29 Thread akhilhingane
e provider org.apache.maven.surefire surefire-junit47 2.12 Regards, Akhil -- View this message in context: http://maven.40175.n5.nabble.com/Issue-with-running-junit-tests-in-parallel-tp5524181p5525083.html Sent from

Re: Issue with running junit tests in parallel

2012-02-28 Thread Kristian Rosenvold
; Akhil > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Issue-with-running-junit-tests-in-parallel-tp5524181p5524181.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > ---

Issue with running junit tests in parallel

2012-02-28 Thread akhilhingane
configuration properties incorrect? Regards, Akhil -- View this message in context: http://maven.40175.n5.nabble.com/Issue-with-running-junit-tests-in-parallel-tp5524181p5524181.html Sent from the Maven - Users mailing list archive at Nabble.com