sonar-pmd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.sonarsource.pmd</groupId> <artifactId>sonar-pmd</artifactId> <version>4.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ SonarQube PMD Plugin ~ Copyright (C) 2012-2018 SonarSource SA ~ mailto:jborgers AT jpinpoint DOT com ~ mailto:peter.paul.bakker AT stokpop DOT nl ~ ~ This program is free software; you can redistribute it and/or ~ modify it under the terms of the GNU Lesser General Public ~ License as published by the Free Software Foundation; either ~ version 3 of the License, or (at your option) any later version. ~ ~ This program is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~ Lesser General Public License for more details. ~ ~ You should have received a copy of the GNU Lesser General Public License ~ along with this program; if not, write to the Free Software Foundation, ~ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.sonarsource.pmd</groupId> <artifactId>sonar-pmd</artifactId> <version>4.0.3</version> <packaging>pom</packaging> <name>SonarQube PMD Project</name> <description>Sonar-PMD is a plugin that provides coding rules from PMD for use in SonarQube.</description> <url>https://github.com/jborgers/sonar-pmd</url> <licenses> <license> <name>GNU LGPL 3</name> <url>https://www.gnu.org/licenses/lgpl.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Jeroen Borgers</name> <email>jborgers@jpinpoint.com</email> <timezone>+1</timezone> </developer> <developer> <name>Peter Paul Bakker</name> <email>peter.paul.bakker@stokpop.nl</email> <timezone>+1</timezone> </developer> </developers> <scm> <connection>scm:git:git@github.com:jborgers/sonar-pmd.git</connection> <developerConnection>scm:git:git@github.com:jborgers/sonar-pmd.git</developerConnection> <tag>4.0.3</tag> <url>https://github.com/jborgers/sonar-pmd</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/jborgers/sonar-pmd/issues</url> </issueManagement> <distributionManagement> <repository> <id>sonatype-nexus</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>sonatype-nexus</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <license.owner>SonarSource SA and others</license.owner> <pmd.version>7.14.0</pmd.version> <maven.javadoc.plugin.version>3.11.2</maven.javadoc.plugin.version> <commons-lang3.version>3.17.0</commons-lang3.version> <sonar.coverage.jacoco.xmlReportPaths>sonar-pmd-plugin/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> <maven.gpg.plugin.version>3.2.7</maven.gpg.plugin.version> <staxmate.version>2.0.1</staxmate.version> <maven.compiler.source>11</maven.compiler.source> <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> <sonar-orchestrator.version>5.6.2.2625</sonar-orchestrator.version> <revision>4.0.3</revision> <flatten.maven.plugin.version>1.7.0</flatten.maven.plugin.version> <version.sonar-packaging.plugin>1.23.0.740</version.sonar-packaging.plugin> <maven.surefire.plugin.version>3.5.3</maven.surefire.plugin.version> <sonar-ws-client.version>5.1</sonar-ws-client.version> <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> <maven.enforcer.plugin.version>3.5.0</maven.enforcer.plugin.version> <maven.compiler.release>11</maven.compiler.release> <maven-install-plugin.version>3.1.4</maven-install-plugin.version> <maven.source.plugin.version>3.3.1</maven.source.plugin.version> <guava.version>33.4.8-jre</guava.version> <sonar-plugin-api-impl.version>25.6.0.109173</sonar-plugin-api-impl.version> <maven.release.plugin.version>3.1.1</maven.release.plugin.version> <assertj.version>3.27.2</assertj.version> <jdom2.version>2.0.6.1</jdom2.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sslr.squid.bridge.version>2.7.1.392</sslr.squid.bridge.version> <maven.cleanup.plugin.version>3.5.0</maven.cleanup.plugin.version> <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> <maven.failsafe.plugin.version>3.5.3</maven.failsafe.plugin.version> <sonar-plugin-api.version>11.1.0.2693</sonar-plugin-api.version> <mockito.version>5.18.0</mockito.version> <junit.jupiter.version>5.13.0</junit.jupiter.version> <jacoco.maven.plugin.version>0.8.13</jacoco.maven.plugin.version> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <nexus-staging.plugin.version>1.7.0</nexus-staging.plugin.version> <sonar.maven.plugin.version>5.1.0.4751</sonar.maven.plugin.version> <maven.compiler.target>11</maven.compiler.target> <license.mailto>mailto:jborgers AT jpinpoint DOT com; peter.paul.bakker AT stokpop DOT nl</license.mailto> <java.frontend.version>8.15.0.39343</java.frontend.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.sonarsource.api.plugin</groupId> <artifactId>sonar-plugin-api</artifactId> <version>11.1.0.2693</version> </dependency> <dependency> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonar-plugin-api-impl</artifactId> <version>25.6.0.109173</version> </dependency> <dependency> <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> <version>5.6.2.2625</version> </dependency> <dependency> <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator-junit4</artifactId> <version>5.6.2.2625</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-ws-client</artifactId> <version>5.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd-java</artifactId> <version>7.14.0</version> <exclusions> <exclusion> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> </exclusion> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </exclusion> <exclusion> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>5.18.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.13.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.27.2</version> <scope>test</scope> </dependency> </dependencies> <repositories> <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>central-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </repository> </repositories> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>3.1.0</version> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>3.6.0</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>3.6.1</version> </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>3.0.1</version> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>3.3.1</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.14.0</version> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>3.1.4</version> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>3.1.4</version> </plugin> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.7</version> </plugin> <plugin> <groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId> <artifactId>sonar-packaging-maven-plugin</artifactId> <version>1.23.0.740</version> <configuration> <pluginApiMinVersion>9.9</pluginApiMinVersion> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.7.0</version> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>3.5.0</version> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.5.0</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>3.5.3</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>1.7.0</version> </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>5.1.0.4751</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId> <artifactId>sonar-packaging-maven-plugin</artifactId> <version>1.23.0.740</version> <extensions>true</extensions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.7.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>