Maven javadoc - how to include centralized resources
问题 I'm trying to include centralized resources (e.g. image files, js files) into my Maven generated javadoc. Such centralized resources would come from a dependency. (in my case I would like to always include certain resources, Javascript files, that allows to do nice syntax highlighting of example code inside Javadoc, and also to use a special stylesheet) There's substantial information on how to do this if you include your resources locally with your project. That's not what I want as I need