CHAIN-100 - Add Maven PMD Plugin to the site build

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/chain/trunk@1496197 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 63d4de6..0064929 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,6 +308,14 @@
           <effort>Default</effort>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>3.0.1</version>
+          <configuration>
+            <targetJdk>${maven.compile.target}</targetJdk>
+          </configuration>
+      </plugin>
     </plugins>
   </reporting>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4c318c..06fb8a4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,6 +41,9 @@
 
   <body>
     <release version="2.0" description="Major release">
+      <action issue="CHAIN-100" dev="britter" type="add">
+          Add Maven PMD Plugin to the site build
+      </action>
       <action issue="CHAIN-91" dev="britter" type="update">
           Split up CopyCommand
       </action>