Last Version

Maven PMD Plugin 1.10

The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc.

Categories

Categories

Maven Build Tools PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

maven
ArtifactId

ArtifactId

maven-pmd-plugin
Version

Version

1.10
Type

Type

jar
Description

Description

Maven PMD Plugin
The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc.
Project URL

Project URL

http://maven.apache.org/maven-1.x/plugins/pmd/
Project Organization

Project Organization

Apache Software Foundation
Source Code Management

Source Code Management

http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/pmd/

Download maven-pmd-plugin 1.10


<!-- https://jarcasting.com/artifacts/maven/maven-pmd-plugin/ -->
<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-pmd-plugin</artifactId>
    <version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-pmd-plugin/
implementation 'maven:maven-pmd-plugin:1.10'
// https://jarcasting.com/artifacts/maven/maven-pmd-plugin/
implementation ("maven:maven-pmd-plugin:1.10")
'maven:maven-pmd-plugin:jar:1.10'
<dependency org="maven" name="maven-pmd-plugin" rev="1.10">
  <artifact name="maven-pmd-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-pmd-plugin', version='1.10')
)
libraryDependencies += "maven" % "maven-pmd-plugin" % "1.10"
[maven/maven-pmd-plugin "1.10"]

Dependencies

compile (4)

Group / Artifact Type Version
pmd : pmd jar 3.9
asm : asm jar 3.0
backport-util-concurrent : backport-util-concurrent jar 3.0
jaxen : jaxen jar 1.1-beta-9

Project Modules

There are no modules declared in this project.