p

pmd-build-tools-plugin

This small subproject regroup most of the stuff needed to build pmd. As some java code has been produced to reduce the use of scripts when generating the website, the build also requires a small jar, which is generated by this pom. IMPORTANT NOTE: the pmd-build.jar does not need to be recompile if you modify any ant or xslt files. You can alter the files that are in the xslt directory and directly uses the appropriate ant or java task. pmd-build should be recompiled and package (and its version incrememented) only if you modify the java code.
http://pmd.sourceforge.net/
BSD-style
Romain Pelisse Andreas Dangel
文件下载
文件名 操作
pmd-build-tools-plugin-1.2.jar 下载
pmd-build-tools-plugin-1.2.pom 下载
pmd-build-tools-plugin-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.pmd</groupId>
  <artifactId>pmd-build-tools-plugin</artifactId>
  <version>1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.pmd:pmd-build-tools-plugin:1.2'
Gradle Kotlin
implementation("net.sourceforge.pmd:pmd-build-tools-plugin:1.2")
Scala SBT
libraryDependencies += "net.sourceforge.pmd" % "pmd-build-tools-plugin" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.pmd', module='pmd-build-tools-plugin', version='1.2')
)
Apache Ivy
<dependency org="net.sourceforge.pmd" name="pmd-build-tools-plugin" rev="1.2" />
Leiningen
[net.sourceforge.pmd/pmd-build-tools-plugin "1.2"]
Apache Buildr
'net.sourceforge.pmd:pmd-build-tools-plugin:jar:1.2'