Hi,

the preferred way to ask such questions is by using the users mailinglist[1]. The mojo community is quite large, so there's probably anyone out there who can give you an advice.

Without diving into the plugin code, there are some things you might need to check:
- is the plugin specified as part of <reporting/> or <build/>
- is the plugin called directly by it's goal or as part of the lifecycle?
- try to run Maven with debug-logging (additional -X argument) and see what the plugin is doing. That might give you a hint as well.

If you still think this is a bug, please create an account at http://xircles.codehaus.org/signup and file a bug with a minimized project (so we can reproduce it) at https://jira.codehaus.org/browse/MCOBERTURA

thanks,

Robert

[1] http://mojo.codehaus.org/mail-lists.html

Op Fri, 27 Jun 2014 16:07:05 +0200 schreef Cristina Galán <cristina.ga...@mmlab.de>:

Dear Mr. Scholte,

I am working with the "cobertura-maven-plugin" the version 2.6. I have a
problem when I build the site in a multimodule project, this plugins
creates an empty target/site/index.html.

My current configuration is:

|<plugin>
     <groupId>org.codehaus.mojo</groupId>
     <artifactId>cobertura-maven-plugin</artifactId>
     <version>2.6</version>
     <configuration>
         <aggregate>true</aggregate>
         <forceMojoExecution>true</forceMojoExecution>
     </configuration>
</plugin
|

I have tried with the formats xml and html, but the result it is the same.

I have seen tthat there are two bugs of this problem that are fixed:

    http://jira.codehaus.org/browse/MCOBERTURA-147

    http://jira.codehaus.org/browse/MCOBERTURA-145

But he problem seems to remain.

I will be very grateful if you could advise me about this issue.

Yours faithfully,

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to