Adding additional logging
This commit is contained in:
@@ -100,7 +100,8 @@ public class ProjectCommandExecutor {
|
||||
log.info("No HTML files from docs contain unresolved tags");
|
||||
}
|
||||
catch (Exception e) {
|
||||
throw new IllegalStateException(e);
|
||||
String message = properties + "\n" + originalVersion + "\n" + versionFromReleaseTrain + "\n" + projectRoot;
|
||||
throw new IllegalStateException(message, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user