Maven templates misses important parameter

The default CI/CD template for Maven mentioned the parameter for including timestamp for maven builds -Dorg.slf4j.simpleLogger.showDateTime=true

But it is important to note, that also the parameter for the date/time format is needed -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss If this paramter is missing, maven doesn’t print the promised datetime.

Please insert this paramter into the default template.
Can I create a pull request for that default CI/CD template ?

kind regards
Dominik

Hi @dominik42

The auto devops templates are here, so sure!

You might also want to check the issues board in case there’s anything relevant there.