You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/09/30 23:03:04 UTC

svn commit: r1003264 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Thu Sep 30 21:03:04 2010
New Revision: 1003264

URL: http://svn.apache.org/viewvc?rev=1003264&view=rev
Log:
release preparation: add git files to apache-rat ignore list

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1003264&r1=1003263&r2=1003264&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Thu Sep 30 21:03:04 2010
@@ -343,6 +343,8 @@
                     </includes>
                     <excludes>
                         <exclude>**/*/MANIFEST.MF</exclude>
+                        <exclude>.git</exclude>
+                        <exclude>.gitignore</exclude>
                     </excludes>
                 </configuration>
                 <executions>