Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.4.3
-
Component/s: Maven Surefire Report Plugin
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
Currently, the final HTML output of the report plugin has a title like "$
{project.name} - ". See the Surefire report of the Taglist Plugin for an example. But it should be something like "${project.name}- Surefire Report".
Issue Links
- is related to
-
SUREFIRE-267
Add a window and a document title plus a document description (like made in javadoc and jxr plugin)
-
patch applied in r639314, thanks
I added the title not only in the header but as a sectionTitle1 too, like it is done in most other report plugins