Introduction
PMD can be integrate through some of the Continuous Integration tools that exist now. Here is a list of known (to us) plugin to do so.
Jenkins Plugin
Ullrich Hafner developed the Warnings Next Generation plugin for Jenkins. It supports PMD among many other linting tools.
- Homepage: https://plugins.jenkins.io/warnings-ng/
- Source: https://github.com/jenkinsci/warnings-ng-plugin and https://github.com/jenkinsci/analysis-model
Continuum
Continuum does not have a plugin for PMD per see, but can failed the build according to the result of the PMD maven plugin.