How to generate JAVA classes from XSD hierarchy without namespace
问题 I have a set of XSD files from a client. I need to generate java classes from those. One of the XSDs imports another without namespace. That fails the mvn generate-sources with an error: src-resolve: Cannot resolve the name 'faultstring' to a(n) 'element declaration' component. org.xml.sax.SAXParseException; systemId: file:/src/main/resources/Common/SOAP_Fault_v4_0_0.xsd I am using openjdk 11 with version 3.3.0 of cxf-xjc-plugin to generate classes. Attached is the project. I have tried to