MVN

net.sourceforge.pmd : pmd-build-tools-plugin

Maven & Gradle

Jun 25, 2018

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.

<plugin>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-build-tools-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.pmd : pmd-build-tools-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of net.sourceforge.pmd : pmd-build-tools-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
pmd-build-tools-plugin-1.2
1.1.x
pmd-build-tools-plugin-1.1.0
1.0.x
pmd-build-tools-plugin-1.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-build-tools-plugin</artifactId>
    <version>1.2</version>
</plugin>

Advertisement

Dependencies from Group

May 30, 2023
54 usages
4.3k stars
May 30, 2023
51 usages
4.3k stars
May 30, 2023
45 usages
4.3k stars
May 30, 2023
27 usages
4.3k stars
pmd
May 30, 2023
18 usages
4.3k stars

Discover Dependencies