You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/15 16:12:59 UTC

svn commit: r1482858 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Wed May 15 14:12:59 2013
New Revision: 1482858

URL: http://svn.apache.org/r1482858
Log:
Exclude site-content SCM pub-sub directory from RAT report.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1482858&r1=1482857&r2=1482858&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed May 15 14:12:59 2013
@@ -614,6 +614,11 @@ http://svn.apache.org/repos/asf/commons/
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <version>${commons.rat.version}</version>
+        <configuration>
+          <excludes>
+            <exclude>site-content/**/*</exclude>
+          </excludes>
+        </configuration>      
       </plugin>
       <plugin>
           <groupId>org.codehaus.mojo</groupId>