michael-o commented on PR #354:
URL: https://github.com/apache/maven-site/pull/354#issuecomment-1345366315

   > @michael-o now we have this:
   > 
   > ```
   > [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property 
(create-security.txt-timestamp) @ maven-site ---
   > [WARNING] Using platform locale (en_US actually) to format date/time, i.e. 
build is platform dependent!
   > ```
   > 
   > I still suggest adding root or to explicitly set `<locale>ROOT</locale>`.
   
   This does not work. Again, providing `<locale>ROOT</locale>` will *not* give 
you `Locale#ROOT`. Look at the code. There is not handling for this. All it 
will give you is `new Locale("root")` which does not exist and is wrong.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to