showMessage(command);
}
Clownfish clownfish = getClownfish();
List<TargetModuleID> targetModuleIdList = clownfish.list();
if (targetModuleIdList.isEmpty()) {
getLog().error("Failed to perform list");
throw new MojoExecutionException("Unable to perform list");
}