diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-21 17:42:34 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-21 17:42:34 +0700 |
commit | 0012982c7e012903ffdb5dfe5fa84ccf270b3b9d (patch) | |
tree | 448ad3f1787054f5898241a8f01dac5d04e45058 /bridge | |
parent | ecb5320c7b61d72edbf4a440e4996171a9c8f7dd (diff) | |
download | aspectj-0012982c7e012903ffdb5dfe5fa84ccf270b3b9d.tar.gz aspectj-0012982c7e012903ffdb5dfe5fa84ccf270b3b9d.zip |
Set explicit en_US locale for build timestamps in Build Helper Maven
There were warnings that builds were dependent on the system local
(de_DE in my case). In patterns like "EEEE MMM d, yyyy", parts like day
of week or month names would change otherwise.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'bridge')
-rw-r--r-- | bridge/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/pom.xml b/bridge/pom.xml index eae496e79..2ab25be17 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -37,6 +37,7 @@ <name>version.time_text</name> <pattern>EEEE MMM d, yyyy 'at' HH:mm:ss z</pattern> <timeZone>America/Los_Angeles</timeZone> + <locale>en_US</locale> <!-- build.time: Monday Feb 4, 2019 at 23:50:25 GMT --> </configuration> </execution> |