@Parameter
private String[] enabledTests;
public void execute() throws MojoExecutionException, MojoFailureException {
// setup tests
Injector injector = createInjector(new SecureCQComponentsModule(authorUrl, publishUrl, dispatcherUrl));
// discover all available predefined tests
if (enabledTests == null || enabledTests.length == 0) {
List<String> boundTests = new LinkedList<String>();