Author: simonetripodi
Date: Fri Jul 6 08:20:34 2012
New Revision: 1358069
URL: http://svn.apache.org/viewvc?rev=1358069&view=rev
Log:
ignore .gitignore during rat check
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1358069&r1=1358068&r2=1358069&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Fri Jul 6 08:20:34 2012
@@ -769,6 +769,7 @@
</goals>
<configuration>
<excludes>
+ <exclude>**/.gitignore</exclude>
<exclude>**/any23-gcode-CHANGES.txt</exclude>
<exclude>**/NOTICE-*.txt</exclude>
<exclude>DISCLAIMER.txt</exclude>