if (scope == null) {
scope = Scope.compile;
}
if (isShowTitle()) {
console.title(getClass(), build.getPom().getCoordinates() + ", " + scope.name());
}
if (StringUtils.isEmpty(getCommandLine().getClassname())) {
getCommandLine().setClassname(build.getConfig().getProjectConfig().getMainclass());
}