You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2013/03/30 19:02:50 UTC

svn commit: r1462825 - /commons/sandbox/classscan/trunk/parent/pom.xml

Author: chas
Date: Sat Mar 30 18:02:50 2013
New Revision: 1462825

URL: http://svn.apache.org/r1462825
Log:
exclude eclipse .settings and .project from rat report

Modified:
    commons/sandbox/classscan/trunk/parent/pom.xml

Modified: commons/sandbox/classscan/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/parent/pom.xml?rev=1462825&r1=1462824&r2=1462825&view=diff
==============================================================================
--- commons/sandbox/classscan/trunk/parent/pom.xml (original)
+++ commons/sandbox/classscan/trunk/parent/pom.xml Sat Mar 30 18:02:50 2013
@@ -98,6 +98,26 @@
     
   </dependencies>
 
+
+  <reporting>
+
+    <plugins>
+      
+      <!-- exclude eclipse .settings and .project -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>.*/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+
+    </plugins>
+
+  </reporting>
+
   <repositories>
     <repository>
       <id>apache-snapshot</id>