MVN

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

Maven & Gradle

Mar 12, 2012

Sonar PDF Report (Maven plugin) · Maven plugin for PDF reporting

<plugin>
    <groupId>org.codehaus.sonar-plugins.pdf-report</groupId>
    <artifactId>maven-pdfreport-plugin</artifactId>
    <version>1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.sonar-plugins.pdf-report : maven-pdfreport-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of org.codehaus.sonar-plugins.pdf-report : maven-pdfreport-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
maven-pdfreport-plugin-1.3
1.2.x
maven-pdfreport-plugin-1.2.1
1.2
maven-pdfreport-plugin-1.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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