jira-importer commented on issue #401: URL: https://github.com/apache/maven-javadoc-plugin/issues/401#issuecomment-2957324718
**[Siveton Vincent](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=siveton)** commented As described in [1], you could always specify the javadoc tool using the javadocExecutable param, ie ``` <configuration> <javadocExecutable>C:\jdk1.6.0\bin\javadoc.exe</javadocExecutable> ... </configuration> ``` For other people's machines, just use env variables, ie: ``` <javadocExecutable>${env.JAVA_1.6_HOME}/bin/javadoc</javadocExecutable> ``` Does it help you? [1] https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/alternate-javadoc-tool.apt.vm -- 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]
