= Maven = == Running tests in submodules == To run a test inside multi-module project, specifiy the module inside `-pl` and run the specific test. So, for pentaho, this is something like `maven -pl core -Dtest=SomeTestClass test` .