Hi,

There are still several code spots in Maven that rely on the platform's default encoding when processing text files which does support build reproducibility. It could help developers to detect such defects if the CI machines were configured to run Maven with

 MAVEN_OPTS=-Dfile.encoding=UTF-16

This setting will wreck havoc on any component that assumes ASCII, UTF-8 or Latin-1 when converting between characters and bytes.

Ciao,


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to