if (JBI_COMPONENT.equals(jbiDeployable.getType())) {
InstallComponentTask componentTask = new InstallComponentTask();
initializeJbiTask(componentTask);
componentTask.setFile(jbiDeployable.getFile());
componentTask.setDeferExceptions(doDeferExceptions);
componentTask.execute();
}
}
protected List getDeployablePackagingTypes() {