Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0
-
None
-
None
Description
There is a test project attached to SUREFIRE-905 that has a total of 4 executions of surefire, with different configuration for each.
When running "mvn clean install" inside this project, surefire gets executed 4 times as expected. When running "mvn site" only the first execution gets run, the last three get stopped by the configuration-checksum in surefire, indicating they get executed with the same configuration as the default execution. (Surefire creates a SHA1 hash of all the mojo parameters to avoid re-running the same configuration, which is why I conclude the three executions get the same configuration as the default config)
Attachments
Attachments
Issue Links
- is duplicated by
-
MSHARED-1044 Required report phase are executed many times in the same Maven session
- Open
-
SUREFIRE-905 Surefire report plugin only executed tests once. Junit Categorization is not possible
- Closed
- is related to
-
MNG-7163 Aggregating Mojo re-executes goals for child modules that are already executed
- Open