Author: britter Date: Mon Jun 24 20:26:35 2013 New Revision: 1496197 URL: http://svn.apache.org/r1496197 Log: CHAIN-100 - Add Maven PMD Plugin to the site build
Modified: commons/proper/chain/trunk/pom.xml commons/proper/chain/trunk/src/changes/changes.xml Modified: commons/proper/chain/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1496197&r1=1496196&r2=1496197&view=diff ============================================================================== --- commons/proper/chain/trunk/pom.xml (original) +++ commons/proper/chain/trunk/pom.xml Mon Jun 24 20:26:35 2013 @@ -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> Modified: commons/proper/chain/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/changes/changes.xml?rev=1496197&r1=1496196&r2=1496197&view=diff ============================================================================== --- commons/proper/chain/trunk/src/changes/changes.xml (original) +++ commons/proper/chain/trunk/src/changes/changes.xml Mon Jun 24 20:26:35 2013 @@ -41,6 +41,9 @@ The <action> type attribute can be add,u <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>