* @throws NoTargetException is thrown if cannot find targets to deploy
*/
private boolean deployAction(Target[] targets, Command command) {
if (targets.length == 0) {
throw new NoTargetException("Cannot find target(s) to deploy");
}
ProgressObject progress = deploymentManager.distribute(targets,
new File(command.getArtifact()), null);