pbaumard opened a new issue, #1305: URL: https://github.com/apache/maven-javadoc-plugin/issues/1305
### Affected version 3.10.0 ### Bug description Since the resolution of #1163 and its inclusion in version 3.10.0, it is no longer possible to configure an alternate output directory for the Maven Javadoc Plugin. In older versions (e.g. 3.8.0), this was supported as documented in [Using Alternate Output Directory](https://maven.apache.org/plugins-archives/maven-javadoc-plugin-3.8.0/examples/output-configuration.html). There is also a related documentation issue: #1300 **Use case** Our build has a conflict between Enunciate Maven Plugin and Maven Javadoc Plugin. Both tools generate an apidocs directory and we prefer to keep Enunciate Maven Plugin output in apidocs directory for compatibility reasons. **Expected behavior** A way to configure a subdirectory for the Javadoc output, similar to what the Enunciate plugin does via its [docsSubdir parameter](https://github.com/stoicflame/enunciate/blob/master/slim-maven-plugin/src/main/java/com/webcohesion/enunciate/mojo/DocsBaseMojo.java#L54). -- 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]
