Skip to content

Add time zone to Maven startup banner#11681

Merged
slawekjaranowski merged 1 commit intoapache:masterfrom
assokhi:add-timezone-to-banner
Mar 10, 2026
Merged

Add time zone to Maven startup banner#11681
slawekjaranowski merged 1 commit intoapache:masterfrom
assokhi:add-timezone-to-banner

Conversation

@assokhi
Copy link
Contributor

@assokhi assokhi commented Jan 27, 2026

This change adds the system time zone to the Maven startup banner
(mvn -v).
Including the time zone helps diagnose environment-specific issues,
especially in CI and distributed build environments.

Example output:
Default locale: en_US, platform encoding: UTF-8, time zone: Asia/Kolkata

Fixes #11663

@assokhi
Copy link
Contributor Author

assokhi commented Jan 29, 2026

hi @garydgregory This PR implements the proposed addition of system time zone
to the Maven startup banner (mvn -v) as discussed in #11663.
I’d appreciate your review when you have time. Thanks!

@garydgregory
Copy link
Member

garydgregory commented Jan 29, 2026

Hello @assokhi
LGTM, but my review is non-binding for this repository.

@assokhi
Copy link
Contributor Author

assokhi commented Jan 29, 2026

Thanks a lot, @garydgregory I appreciate you taking the time to review this.

@cstamas cstamas added enhancement New feature or request backport-to-4.0.x labels Jan 30, 2026
@cstamas cstamas added this to the 4.0.0 milestone Jan 30, 2026
@garydgregory
Copy link
Member

We have relevant approvals, it seems. How about a merge 😄 ?

@assokhi
Copy link
Contributor Author

assokhi commented Mar 7, 2026

Following up on @garydgregory’s earlier comment. Since this PR has the required approvals and all checks passing, I just wanted to check if it could be merged when convenient.

@Bukama could you please take a look when you have time? Thanks!

@slawekjaranowski slawekjaranowski removed this from the 4.0.0 milestone Mar 10, 2026
@slawekjaranowski slawekjaranowski merged commit 9d9273f into apache:master Mar 10, 2026
22 checks passed
@github-actions github-actions bot added this to the 4.1.0 milestone Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-4.0.x enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

To help debugging, add the time zone to the Maven banner

7 participants