Description
To test a specific test case, mvn supports to use mvn test -Dtest=TestFoo,TestBar on CLI. However, sentry fails to support so because sentry components fail if no tests are specified within the component.
We should allow to run this for developer and CI servers.