buildingResult = container.getBuilder().build(pomFile, request);
fullBuildingResult = buildingResult;
}
catch (Exception full)
{
throw new ProjectModelException(full);
}
}
else
{
throw new ProjectModelException("Project building request was null");
}
}
return fullBuildingResult;
}