jira-importer commented on issue #703: URL: https://github.com/apache/maven-javadoc-plugin/issues/703#issuecomment-2957347096
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented You don't need to resort to Ant. You can simply use: http://www.mojohaus.org/wagon-maven-plugin/download-single-mojo.html. I think you can safely solve your problem without chaning code at all. Considering that you have a canonical URL for your stylesheet, why don't you use CSS magic? ``` @import url("http://example.com/my-stylesheet.css") ``` The browser will do the rest. The problem with downloading the file is that if someone changes the canonical file, you have to rebuild your Javadocs because you work on a local copy. What do you think? -- 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]
