Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: dashboard
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Hello,
The histrorical charts for a project are empty every time the version of a project changes.
Is it possible to avoid "loosing the history" in the maven-dashboard-report after changing the project version? It would be great to display in the same chart how the quality of the project code evolves between different project releases. To keep the current functionality and configuration intact it might be the best to add a configuration parameter say:
excludeVersionFromProjectId - default = false - Set to true if the historical dashboard should contain information from different project versions. Otherwise the historical charts for a project will be empty each time the project's version changes.
Best regards,
Venelin
Issue Links
- is depended upon by
-
MOJO-1025
Empty historical charts in the maven dashboard plugin after changing the project version
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | David Vicente [ dvicente72 ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Attachment | surefire_currentdaypartenaire_Histo_Surefire.png [ 33704 ] |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Cannot Reproduce [ 5 ] |
Hi,
The <keepVersionAsDiscriminantCriteria> parameter will be used to keep the version as a discriminant criteria of a project.
If set as "true", the data of reports will be specific to this version of a project.
If set as "false", the data of reports will be associated with the project regardless of its version.
By default, the <keepVersionAsDiscriminantCriteria> parameter will be set to "true"
Best regards
David