I have a project for which I need to gather all Tests in one Testsuite without referencing all the Testclasses. I tried using the @SelectPackages Annotation for the test package. However I have a multi module project and it gathers all Tests of all projects. Is there a better way to do this?