> if i run mvn test in MainModule it will compile and run all child modules > and their tests. If it possible to run only one submodule's tests?
Not that I am aware of. I would use TestNG and groups to accomplish this task. See the second answer here from tunaranch: http://stackoverflow.com/questions/1873995/run-a-single-test-method-with-maven Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
