[
https://issues.apache.org/jira/browse/CXF-6125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230248#comment-14230248
]
Constantino Cronemberger commented on CXF-6125:
-----------------------------------------------
Workaround is to set -DjavadocVersion=1.7 in the Maven command line.
> generated Javadoc is not valid for JDK 1.8
> ------------------------------------------
>
> Key: CXF-6125
> URL: https://issues.apache.org/jira/browse/CXF-6125
> Project: CXF
> Issue Type: Bug
> Reporter: Constantino Cronemberger
>
> This is the error message I get when I try to generate Javadoc from classes
> generated with CXF with JDK 1.8 out of a WSDL :
> {code}
> C:\...\target\generated-sources\cxf\...\shared\model\ws\...\changesreport\FieldType.java:28:
> error: bad use of '>'
> * <element name="Info"
> type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
> {code}
> I think it would be just a matter of replacing ">" by its "gt" escape
> sequence.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)