You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the output of the Maven BuildTime Profiler is after the Maven summary, I can't see the Maven summary (e.g. "BUILD SUCCESS") when the Maven run ends and I have to scroll back in the console history (or download the logfile from CI because it shows only the last few lines in the web UI).
The Maven summary itself is usually very short, so it should be fine to have it at the end of the output:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.040 s
[INFO] Finished at: 2024-11-25T17:21:06+01:00
The text was updated successfully, but these errors were encountered:
Because the output of the Maven BuildTime Profiler is after the Maven summary, I can't see the Maven summary (e.g. "BUILD SUCCESS") when the Maven run ends and I have to scroll back in the console history (or download the logfile from CI because it shows only the last few lines in the web UI).
The Maven summary itself is usually very short, so it should be fine to have it at the end of the output:
The text was updated successfully, but these errors were encountered: