Hello, We have a problem with using org.codehaus.mojo.jaxb2-maven- plugin for schema generation. We try to integrate Russian words as xml element names but as a result of schema generation we have decimal NCRs instead of Russian in xml element names (e.g. <xs:element name="ВидФормы" type="xs:string" minOccurs="0"/>).
Maven use UTF-8 encoding and there is no encoding schema generator configuration. Element names in java classes are initialized by JAXB annotations (e.g. @XmlElement(name ="Имя")). Thanks, Pavel