Author: sebb Date: Sat Mar 31 13:22:41 2012 New Revision: 1307799 URL: http://svn.apache.org/viewvc?rev=1307799&view=rev Log: RAT not needed for .pmd file if present
Modified: commons/proper/compress/trunk/pom.xml Modified: commons/proper/compress/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1307799&r1=1307798&r2=1307799&view=diff ============================================================================== --- commons/proper/compress/trunk/pom.xml (original) +++ commons/proper/compress/trunk/pom.xml Sat Mar 31 13:22:41 2012 @@ -247,6 +247,7 @@ These include: bzip2, gzip, pack200 and <exclude>src/test/resources/**</exclude> <!-- proposal text without license --> <exclude>PROPOSAL.txt</exclude> + <exclude>.pmd</exclude> </excludes> </configuration> </plugin>