我一直在尝试让 cxf-codegen-plugin 在 Java 9 上工作,但遇到了一些阻力。到目前为止,我已将 java.se.ee 添加到运行时模块并将必要的依赖项添加到 maven。
但是,当我尝试构建源代码时,出现以下错误:
DefaultValidationEventHandler: [ERROR]: unexpected element (uri:"http://cxf.apache.org/tools/plugin", local:"databinding"). Expected elements are <{}databinding>,<{}frontend>
Location: node: [databinding: null]
apr. 21, 2018 8:23:57 EM org.apache.cxf.tools.wsdlto.core.PluginLoader loadPlugin
ALLVARLIG: Tools plugin jar:file:/C:/Users/Daniel/.m2/repository/org/apache/cxf/cxf-tools-wsdlto-core/3.2.4/cxf-tools-wsdlto-core-3.2.4.jar!/META-INF/tools-plugin.xml load failed
有什么想法可能导致此问题或如何解决?