Description
For quick turn around cycles during development we should have a way to run the most important tests only during a build and exclude longer running tests.
I propose to create a Maven profile "smoke-test" which excludes long running tests. This ensures all tests are run by default but smoke testing can be used during development.