I use XJC to compile some XSD to Java classes. On my machine, instead of the usual comment
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
I get the same comment but in italian
// Questo file รจ stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.11
XJC is invoked with Maven plugin maven-jaxb2-plugin:0.12.0:generate
.
Same pom generates different comments on different machines.
How do I switch comments back to English?
I run it on JDK 1.8.0_66 on Windows 10 with Italian locale.