我目前正在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 Central Repository上。它有可能吗?