{iframe:src=http://update.sonarsource.org/plugins/pdfreport.html|width=700|height=250|frameborder=0}
Your browser does not support iframes.
{iframe}

If you are happy with PDF Plugin then you could recomend it.

There is also Commercial edition supported by klicap.

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:

You can download an example of report here.

Usage

Maven Plugin

First analyze your project in sonar. Then run the generate goal (report will be created in the target directory):

 mvn org.codehaus.sonar-plugins.pdf-report:maven-pdfreport-plugin:1.3:generate

Available properties (-Dproperty=value)

If your Sonar server URL is http://localhost:9000 you don't need to specify sonar.host.url.

Sonar Plugin (post-job)

 
Sonar PDF can be used as a plugin of sonar modeling a post-job work. In this way, a PDF report is generated after each analysis in Sonar (mvn sonar:sonar includes the generation of report).
 
How to install Sonar PDF in Sonar

Use update center, or alternatively:

Configuration

You can skip report generation or select report type (executive or workbook) at top level or project level. Also you can provide an username/password if your project are secured by Sonar user management:

Download the report

PDF report can be downloaded from Sonar GUI:

Changelog

 

 

 

 

 

 

 

 

Known limitations

Ant task and Maven 3 Sonar plugin is not supported.