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 2016/05/09 10:00:05 UTC

svn commit: r1742911 - /commons/proper/io/trunk/pom.xml

Author: sebb
Date: Mon May  9 10:00:05 2016
New Revision: 1742911

URL: http://svn.apache.org/viewvc?rev=1742911&view=rev
Log:
These RAT excludes are done in the parent POM

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1742911&r1=1742910&r2=1742911&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Mon May  9 10:00:05 2016
@@ -316,12 +316,6 @@ file comparators, endian transformation
           <excludes>
             <exclude>src/test/resources/**/*.bin</exclude>
             <exclude>test/**</exclude>
-
-            <!-- The next 3 excludes can be dropped when using CP30 -->
-            <exclude>site-content/**</exclude>
-            <exclude>.pmd</exclude>
-            <exclude>src/site/resources/download_*.cgi</exclude>
-
           </excludes>
         </configuration>
       </plugin>
@@ -362,12 +356,6 @@ file comparators, endian transformation
           <excludes>
             <exclude>src/test/resources/**/*.bin</exclude>
             <exclude>test/**</exclude>
-
-            <!-- The next 3 excludes can be dropped when using CP30 -->
-            <exclude>site-content/**</exclude>
-            <exclude>.pmd</exclude>
-            <exclude>src/site/resources/download_*.cgi</exclude>
-
           </excludes>
         </configuration>
       </plugin>