我目前cxf-codegen-plugin
要将 WSDL 转换为 Java 代码 ( wdsl2java
)。
我无法更改 WSDL 定义,因为它是由外部源提供的,但此文件包含导致 Javadoc 生成失败并出现以下错误的文档:
[INFO] [ERROR] * Group of elements containing the details of a customer?s credit card
information, needed to establish pre-authorized payments, to charge a credit
card, to provide a guarantee for hardware, or to hold funds.
[INFO] [ERROR] ^
[INFO] [ERROR]
[INFO] [ERROR] Command line was: "C:\Program Files\Java\jdk1.8.0_121\jre\..\bin\javadoc.exe"
如何在 CXF Codegen 中禁用文档生成?我似乎无法在任何在线文档中找到答案,包括 Maven 中央存储库。有可能吗?