You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/04/03 21:21:47 UTC

svn commit: r1309101 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Tue Apr  3 19:21:47 2012
New Revision: 1309101

URL: http://svn.apache.org/viewvc?rev=1309101&view=rev
Log:
updated RAT ignore list

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1309101&r1=1309100&r2=1309101&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue Apr  3 19:21:47 2012
@@ -743,6 +743,23 @@
                 <goals>
                   <goal>check</goal>
                 </goals>
+                <configuration>
+                  <excludes>
+                    <exclude>**/any23-gcode-CHANGES.txt</exclude>
+                    <exclude>DISCLAIMER.txt</exclude>
+                    <exclude>LICENSE.txt</exclude>
+                    <exclude>NOTICE.txt</exclude>
+                    <exclude>**/README.txt</exclude>
+                    <exclude>RELEASE-NOTES.txt</exclude>
+                    <exclude>*.bat</exclude>
+                    <exclude>*.sh</exclude>
+                    <exclude>.idea/**</exclude>
+                    <exclude>.classpath</exclude>
+                    <exclude>.project</exclude>
+                    <exclude>.settings</exclude>
+                    <exclude>.git/**</exclude>
+                  </excludes>
+                </configuration>
               </execution>
             </executions>
           </plugin>