MojoExecutionException when generate sources cxf-xjc-plugin:3.3.0 java11
问题 I try to generate java classes from xsd in a maven project using cxf-xjc-plugin. But when I try to generate the sources, I have an error. I tried to use another version of the plugin: 3.2.3 but it didn't help. <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-xjc-plugin</artifactId> <version>3.3.0</version> <executions> <execution> <id>generate-sources</id> <phase>generate-sources</phase> <goals> <goal>xsdtojava</goal> </goals> <configuration> <xsdOptions> <xsdOption> <xsdDir>$