eclipse-platform / eclipse-platform/eclipse.platform
Use Jenkins timestamps instead of Maven logger with dateformat
- Dominant language
- Java
- Stars
- 165
- Forks
- 174
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 22
Description
At least the platform build uses Maven logger to show the timing of the build, see

That adds the current time in front of each Maven console line.
I would rather like to have the Jenkins timestamps plugin be enabled _globally_ and the logger removed afterwards: https://plugins.jenkins.io/timestamper/ That would have the benefit of showing timestamps for each line of the build (not just Maven), for every project being built on this Jenkins instance, and being able to switch to "runtime" instead of "current time".
However, that would obviously require installation and configuration of the plugin on Jenkins, not only code changes here. What's the right way to trigger (and discuss) that? Should I raise a gitlab issue?
Contributor guide
Assessment
This issue has not been assessed yet.