jira-importer commented on issue #762: URL: https://github.com/apache/maven-javadoc-plugin/issues/762#issuecomment-2957350465
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented The only "clean" way I can think of is solving this with a litte bit of Plexus magic. Configuration would look something like this: ``` <additionalOptions> <option>-output</option> <file>C:\path\to\target\classes\resourcedoc.xml</file> <option>another option</option> <option>yet another option</option> <additionalOptions> ``` Would this help? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org