2008年 4月 29日 火曜日 |
絶望した!Mavenの開発者に絶望した! English Translation: (Yahoo!) / (Google) [java][maven] これだから世の中にはiso-8859-1しかないと思ってる奴らは..(川口耕介の日記)より。
とりあえずリンクはって置きます。 Without default value for source encoding, platform encoding is used, which is bad for build reproducibility. Then setting a default value consistently across every Maven plugin will improve build reproducibility. Proposed default value: ISO-8859-1, which must be supported by every JVM (see java.nio.Charset) and is already the default value for some plugins (the majority of plugins use platform encoding as a default value instead). Note: Using a fixed default value for the encoding instead of the platform encoding can potentially break builds that rely on a platform encoding other than the proposed Latin-1 but did not lock this down in the POM. It is assumed that those builds: |
Today's Page Hits: 1172 |