Added proper error presentation

This commit is contained in:
Marcin Grzejszczak
2018-06-25 15:38:36 +02:00
parent 1ad91b77e5
commit 741ef760f8

View File

@@ -81,7 +81,7 @@ public class SpringReleaser {
processProject(options, clonedProjectFromOrg, TaskType.RELEASE);
} catch (Exception e) {
log.error("\n\n\nBUILD FAILED!!!\n\nException occurred for project <" +
project + "> \n\n");
project + "> \n\n", e);
throw e;
}
}