[ 
https://jira.codehaus.org/browse/SUREFIRE-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=280975#comment-280975
 ] 

Jim McIver commented on SUREFIRE-688:
-------------------------------------

Hi - Do you have any timescale for this fix ?  It's causing me some problems 
not being able to get an aggregated, project-level surefire report.  Thanks,  
Jim

> Aggregate report is empty for multi-module project
> --------------------------------------------------
>
>                 Key: SUREFIRE-688
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-688
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Report Plugin
>    Affects Versions: 2.7.1
>         Environment: Maven 3.0.1, Site 3.0-beta-3, Windows XP SP3
>            Reporter: Martin Ackermann
>            Priority: Minor
>         Attachments: trial-maven.zip
>
>
> The parent project has a site configuration with an aggregated surefire 
> report and inherited set to false. The child module has one test. 
> Problem: "mvn clean; mvn site-deploy" creates a surefire report with zero 
> tests. With 2.7.2-SNAPSHOT as of today the problem is the same.
> Why does the surefire report plugin not immediately descend to the child 
> modules, compile and test them while executing the aggregate report for the 
> parent module?
> The problem seems to be that the aggregate surefire report for the parent is 
> generated but the surefire plugin doesn't run the tests for the child modules 
> before. So the aggregate surefire report doesn't find any surefire test 
> results for the child modules.
> If I run "mvn clean test; mvn site-deploy", the resulting aggregate surefire 
> report is correct. The reason is probably that the site-deploy collects the 
> surefire results for the child modules from the previous run.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to