PMD Reports

Configure

The PMDREPORTS_HOME/projects.xml file must be configured to tell PMDReports which projects and components to analyze. Below is a simple example:

  <?xml version= "1.0" encoding= "UTF-8"?>
  <projects>
     <project name="AbcProj" srcroot="C:\projects\abcproj" >
       <component name="Manager" src="\manager\src " />
       <component name="Web Services" src="\webservices\src " />
     </project>
  </projects>


Note that the component's src directory is assumed to be underneath the project's srcroot directory.

The following are additional, optional ways to configure PMDReports: