Hi,

I am new here with a question I could not a solution yet.

I have about 6 test classes to run some JUnit tests. When I call "mvn test" only the test of one class is executed. On the command line I can instruct maven to all tests by "mvn -Dtest='.*' test". But I don't know how I can create a pom that this option is used by default.

Can someone give me an example how to configure the test execution?

Thanks, Sven


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

Reply via email to