-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.20.1
-
Fix Version/s: 3.0
-
Component/s: Maven Surefire Report Plugin
-
Labels:None
It would be nice if the maven-surefire-report-plugin supported @ThreadSafe for the report-only goal. While typical use of this plugin is within <reporting> (where I suspect threadsafety is of lesser concern), we happen to tie this plugin to the post-integration-test phase to insure that developers always have convenient index.html views of test results for how the build went. Developers are reluctant to add 'site' target as it generates a lot of reports they don't need when doing frequent builds, thus, having report-only as part of the regular lifecycle made sense for us.