bld is a new build system that allows you to write your build logic in pure Java.
It has aPMD Extension for it.
To install, please refer to theextensions documentation.
To check all source code using thejava quickstart rule, add the following to your build file
@BuildCommandpublicvoidpmd()throwsException{newPmdOperation().fromProject(this).execute();}./bld pmdtest