]> source.dussan.org Git - archiva.git/commitdiff
exclude .git/** from rat check
authorOlivier Lamy <olamy@apache.org>
Mon, 2 Jul 2012 15:40:00 +0000 (15:40 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 2 Jul 2012 15:40:00 +0000 (15:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1356305 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 732a5fe6a4bf85cb655a11589bfb0c83424cf741..4fd43df046559bf8e1849bdc0385e8f272e5c9c3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <exclude>DEPENDENCIES</exclude>
                 <exclude>README.txt</exclude>
                 <exclude>*.sh</exclude>
+                <exclude>.git/**</exclude>
               </excludes>
             </configuration>
             <executions>