Sonar PDF Report (Maven plugin)

Maven plugin for PDF reporting

License

License

Categories

Categories

Maven Build Tools PDF Data
GroupId

GroupId

org.codehaus.sonar-plugins.pdf-report
ArtifactId

ArtifactId

sonarpdf-maven-plugin
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Sonar PDF Report (Maven plugin)
Maven plugin for PDF reporting
Project Organization

Project Organization

klicap - ingenieria del puzle

Download sonarpdf-maven-plugin

How to add to project

<plugin>
    <groupId>org.codehaus.sonar-plugins.pdf-report</groupId>
    <artifactId>sonarpdf-maven-plugin</artifactId>
    <version>1.3.2</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0
org.apache.maven : maven-project jar 2.0
com.lowagie : itext jar 2.1.4
dom4j : dom4j jar 1.6.1
jaxen : jaxen jar 1.1.1
commons-httpclient : commons-httpclient jar 3.1

test (3)

Group / Artifact Type Version
org.testng : testng jar 5.7
org.slf4j : slf4j-log4j12 jar 1.5.6
log4j : log4j jar 1.2.15

Project Modules

There are no modules declared in this project.

Sonar PDF Report Plugin

Compatibility and download information.

Description / Features

Generate a project quality report in PDF format with the most relevant information from SonarQube web interface. The report aims to be a deliverable as part of project documentation.

The report contains:

  • 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)

Installation

  1. Install the plugin through the Update Center or download it into the SONARQUBE_HOME/extensions/plugins directory
  2. Restart SonarQube

Usage

SonarQube PDF works as a post-job task. In this way, a PDF report is generated after each analysis in SonarQube.

Configuration

You can skip report generation or select report type (executive or workbook) globally or at the project level. You can also provide an username/password if your project is secured by SonarQube user management:

TODO: [image]

Download the report

PDF report can be downloaded from the SonarQube GUI:

TODO: [image]

Issue tracking: https://jira.codehaus.org/browse/SONARPLUGINS/component/14372

CI builds: https://sonarplugins.ci.cloudbees.com/job/report-pdf

Versions

Version
1.3.2
1.3.1