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 <classnameyouthinkisbeingruntwice> *

The folder you are in contains all the specifications used to start
the forks, if the same class has been run multiple times, it
will be repeated in multiple files. You should find the class at least once ;)

Kristian

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

Reply via email to