getLog().debug(String.format("Ignoring packaging type %s.", packaging));
} else {
final InetAddress host = hostAddress();
getLog().info(String.format("Executing goal %s on server %s (%s) port %s.", goal(), host.getHostName(), host.getHostAddress(), port()));
final ServerDeploymentManager manager = ServerDeploymentManager.Factory.create(client());
final DeploymentPlanBuilder builder = manager.newDeploymentPlan();
final DeploymentPlan plan = createPlan(builder);
if (plan == null) {
getLog().debug(String.format("Ignoring goal %s as the plan was null.", goal()));
} else {
if (plan.getDeploymentActions().size() > 0) {