Hi I also see this kind of error when building with JDK11. Probably with more sub errors because javadoc is more stricter on JDK11 (eg no @return is a failure, etc.).
The endpoint DSL is source code generated, and it seems that javadoc parser fails such as > should be escaped. That is not really the case before. I suggest to turn of javadoc for this module. Its really only java doc for camel-api that is the most important. And to some extend camel-support. On Mon, Dec 14, 2020 at 4:00 PM Gregor Zurowski <gre...@list.zurowski.org> wrote: > > Hi Everyone: > > I am getting the following error when building Javadoc for DSL Endpoint: > > === > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc > (default-cli) on project camel-endpointdsl: An error has occurred in > Javadoc report generation: > [ERROR] Exit code: 1 - javadoc: warning - Multiple sources of package > comments found for package "javax.annotation" > === > > I am using OpenJDK 1.8.0_275. > > Has anybody seen this issue before? > > Thanks in advance, > Gregor -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2