| << Back to previous view |
[QB-1305] FindBugs plugin: option to use the report file's projectName as the 'Project Set' when publishing
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.0.3 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Justin Georgeson | Assigned To: | Robin Shen |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Environment: | Running 3.1.67, RH5 | ||
| Description |
|
We currently build approx 100 configurations as part of a single release, and each can product a findbugs report that it publishes. When we try to aggregate this release into a single Maven build, we have a single Publish Findbugs step that includes all ~100 reports. But it publishes as a single combined report (6+k packages, 52k+ classes). Each report file has a projectName attribute in the root element. The plugin should have an option to use that attribute as the 'Report Set Name'.
|
| Comments |
| Comment by Steve Luo [ 28/Dec/12 06:51 AM ] |
| When report set name in publish step is empty, the project name will be used |