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 2013/06/04 23:51:06 UTC

svn commit: r1489643 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Tue Jun  4 21:51:06 2013
New Revision: 1489643

URL: http://svn.apache.org/r1489643
Log:
Temporary RAT excludes

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1489643&r1=1489642&r2=1489643&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Jun  4 21:51:06 2013
@@ -398,6 +398,18 @@ Supported protocols include: Echo, Finge
                 </configuration>
             </plugin>
 
+            <plugin>
+              <groupId>org.apache.rat</groupId>
+              <artifactId>apache-rat-plugin</artifactId>
+              <!-- Parent pom does not (yet) exclude these -->
+              <configuration>
+                <excludes>
+                  <exclude>.checkstyle</exclude>
+                  <exclude>.fbprefs</exclude>
+                </excludes>
+              </configuration>      
+            </plugin>
+
         </plugins>
     </reporting>