}
if (JBI_COMPONENT.equals(jbiDeployable.getType())) {
StartComponentTask startTask = new StartComponentTask();
initializeJbiTask(startTask);
startTask.setName(jbiDeployable.getName());
startTask.execute();
}
}
protected void undeployDependency(JbiDeployableArtifact jbiDeployable) {
getLog().info("Undeploying " + jbiDeployable.getFile());