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 2015/02/12 20:17:44 UTC

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

Author: sebb
Date: Thu Feb 12 19:17:44 2015
New Revision: 1659373

URL: http://svn.apache.org/r1659373
Log:
No longer needed, as excluded in parent pom

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=1659373&r1=1659372&r2=1659373&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Thu Feb 12 19:17:44 2015
@@ -424,18 +424,6 @@ 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>