Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.7.1
-
Fix Version/s: None
-
Component/s: Maven Surefire Report Plugin
-
Labels:None
-
Environment:Maven 3.0.1, Site 3.0-beta-3, Windows XP SP3
-
Complexity:Intermediate
-
Number of attachments :
Description
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.
Thanks for creating a separate issue for this, which is much better than piggybacking onto a slightly different issue (
SUREFIRE-666). I will try to fix this for 2.7.3