showMessage(REDEPLOY_MSG, command.getTargetList());
}
Clownfish clownfish = getClownfish();
if (!clownfish.redeploy()) {
getLog().error("Failed to redeploy artifact");
throw new MojoExecutionException("Unable to redeploy artifact");
}
} catch (Exception e) {