that's the purpose of isExternalReport() method of reporting-api: [1] Just implement it as "return true;" and no content will be generated by m- site-p/Doxia: it is expected that the tool will generated the page
you can have a look at m-javadoc-p, that's exactly what is done here Regards, Hervé [1] http://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html Le mercredi 26 novembre 2014 14:42:03 animator a écrit : > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org