I'm developing maven plugin (https://github.com/lgadawski/cloverage-maven-plugin). This plugin produces code coverage report for clojure sources from project. This report (html page) is generated by cloverage (clojure library as dependency in my maven plugin). The problem is that I would like to link this generated html file to maven site reporting section. Is that possible to achieve this automagically? Any suggestions? My Mojo extends AbstractMavenReport and after calling 'mvn site' I get link in "Project Reports" section. How to link there generated earlier html page?
Thanks for any ansewrs! -- View this message in context: http://maven.40175.n5.nabble.com/Integrate-Maven-Site-reporting-with-maven-plugin-that-externally-create-report-html-page-tp5817068.html Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org