jira-importer commented on issue #1000: URL: https://github.com/apache/maven-javadoc-plugin/issues/1000#issuecomment-2957368874
**[Siveton Vincent](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=siveton)** commented I tried to call "mvn javadoc:javadoc" on the camel-web project, rev 793860 [1]. I just added the fusesource repo [2] for maven-jaxb-schemagen-plugin and lock down the javadoc-plugin to 2.5. I always get the following error with Maven 2.0.9, 2.0.10, 2.1 and 2.2: ``` [INFO] An error has occurred in JavaDocs report generation:Exit code: 1 - javadoc: error - invalid flag: -author ``` It is the correct behaviour and as Peter said, you need to add the useStandardDocletOptions parameter using specific doclet: ``` <useStandardDocletOptions>false</useStandardDocletOptions> ``` [1] http://svn.apache.org/repos/asf/camel/trunk/components/camel-web [2] http://repo.fusesource.com/maven2/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
