jira-importer commented on issue #424: URL: https://github.com/apache/maven-javadoc-plugin/issues/424#issuecomment-2957325961
**[Jonas Berlin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=fhjonas)** commented I agree that this is a bug, because javadoc prints valuable information on stderr even when there is no error. This is how I fixed it (checked out version 2.0 from http://svn.apache.org/repos/asf/maven/plugins/tags/maven-javadoc-plugin-2.0/ ) With my fix, the plugin outputs the errors in the end (after javadoc finishes) instead of while running. I thought that would be nicer than having them spread out amongst the normal information since the lines seemed to contain enough information not to need to be dependent on the context. One could maybe consider removing the error output from the exception now that it is printed regardless - I don't know where/how the exception is used.. -- 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]
