Hi Lukasz

I didn't check, but your plugin must be very similar to one I wrote
recently for SCoverage
(Scala coverage) https://github.com/scoverage/scoverage-maven-plugin
Look at this class:
https://github.com/scoverage/scoverage-maven-plugin/blob/master/src/main/java/org/scoverage/plugin/SCoverageReportMojo.java

Regards
Grzegorz Slowikowski

On 2014-11-26 22:42, animator wrote:
> 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

Reply via email to