Name |
Sonar PDF Plugin |
Authors |
Antonio Manuel Muñiz (blog), GMV (http://www.gmv.com) |
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/13739 |
Last Version |
0.2 |
License |
LGPL v3 |
Download sources |
Compatibility with Sonar
Plugin versions |
1.4 |
1.5 |
1.6 |
1.7 |
1.8 |
1.9 |
|---|---|---|---|---|---|---|
0.1 |
|
|
|
|
|
|
0.2 |
|
|
|
|
|
|
Description / Features
Sonar PDF plugin allows to generate a report in PDF format that contains the most relevant information showed by Sonar web interface. The report aims to be a deliverable as part of project documentation. 
Actually the report contains:
- Global dashboard (similar to Sonar web interface dashboard)
- Violations by categories
- Hotspots:
- Most violated rules
- Most violated files
- Most complex classes
- Most duplicated files
- Dashboard, violations and hotspots for all child modules (if they exists)
You can download an example of report here.
Usage
First analyze your project in sonar. Then run the generate goal:
Since 0.2 release you can select branches:
If your Sonar server URL is http://localhost:9000 you don't need to specify sonar.host.url.
Changelog
0.2 Release
- Sonar 1.9 compatibility
- Hotspots info
- Most violated rules
- Most violated files
- Most complex classes
- Most duplicated files
- Possibility of use "-Dbranch" parameter
- Better tendency images
0.1 First release
- Initial data set
- Dashboard
- Categories violations
Known limitations
First compatible version: Sonar 1.8

