The configuration looks correct; make sure you run "mvn clean install";
maybe you have some earlier versions in "target".

Kristian


2012/2/29 akhilhingane <akhil.hing...@gmail.com>:
> Hi,
>
>   I am using maven-surefire-plugin 2.12. I intend to run test classes in
> parallel and fork per test class; for which the relevant settings are as
> follows.
>
>        <forkMode>perthread</forkMode>
>        <parallel>classes</parallel>
>        <threadCount>2</threadCount>
>        <perCoreThreadCount>false</perCoreThreadCount>
>
>
> I see that the same test class is picked twice. Is the combination of above
> 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.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to