You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/31 15:22:42 UTC

svn commit: r1307799 - /commons/proper/compress/trunk/pom.xml

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>