I finally found how to override the style-sheet by adding a file to the src/site/resources folder.
First this is not a report mechanism but a maven-site-plugin mechanism which means that you need to run the site:site goal (others goals should probably work too) in order to override the file.
Then the path is not always src/site/resources/jdiff/stylesheet-jdiff.css but needs to be adapted according to the reportOutputDirectory parameter of our jdiff goal.
The default value is

${project.reporting.outputDirectory}/apidocs

which means that to override the stylesheet you need to put your version of the stylesheet in src/site/resources/apidocs/.


As a consequence we must at least update the FAQ but I'm wondering if it would be better to support that feature in the plugin directly. Feedback will be appreciated .

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to