if (command.isVerbose() && getLog().isInfoEnabled()) {
logMessage(DEPLOYING_ARTIFACT_MSG, command.getTargetList());
}
Clownfish clownfish = getClownfish();
if (!clownfish.deploy()) {
getLog().error("Failed to deploy artifact");
throw new MojoExecutionException("Unable to deploy artifact");
}
} catch (Exception e) {