Author: olamy
Date: Mon Jul 2 15:40:00 2012
New Revision: 1356305
URL: http://svn.apache.org/viewvc?rev=1356305&view=rev
Log:
exclude .git/** from rat check
Modified:
archiva/redback/redback-core/trunk/pom.xml
Modified: archiva/redback/redback-core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/pom.xml?rev=1356305&r1=1356304&r2=1356305&view=diff
==============================================================================
--- archiva/redback/redback-core/trunk/pom.xml (original)
+++ archiva/redback/redback-core/trunk/pom.xml Mon Jul 2 15:40:00 2012
@@ -969,6 +969,7 @@
<exclude>DEPENDENCIES</exclude>
<exclude>README.txt</exclude>
<exclude>*.sh</exclude>
+ <exclude>.git/**</exclude>
</excludes>
</configuration>
<executions>