I am using a Maven plugin which generates a report. It appears as a separate directory in target.
However, this plugin does not implement the Maven Site Report interface, hence cannot be just included in the <reporting> section of pom.xml
Is there someway to have it included in the site and linked to?
TIA Adrian.