jira-importer commented on issue #513: URL: https://github.com/apache/maven-javadoc-plugin/issues/513#issuecomment-2957332605
**[Igor Mironov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=miroigo)** commented I solved this problem on my machine by patching and installing trunk javadoc plugin; see if the attached patch works for you, too. I agree to http://www.apache.org/licenses/icla.txt in case the maintainer decides to incorporate the patch in the main body of code. How to apply the patch and build the plug-in: $ svn co https://svn.apache.org/repos/asf/maven/plugins/trunk/ maven-plugins $ cd maven-plugins/maven-javadoc-plugin $ patch -p0 < ~/tmp/AbstractJavadocMojo.java.patch $ mvn install -- 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]
