]> source.dussan.org Git - archiva.git/commitdiff
Adding rat exlude for log files
authorMartin Stockhammer <martin_s@apache.org>
Thu, 2 Nov 2017 16:50:37 +0000 (17:50 +0100)
committerMartin Stockhammer <martin_s@apache.org>
Thu, 2 Nov 2017 16:51:01 +0000 (17:51 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 490c0f15d785280e95369b96193896b2c7cfe9ba..c4da9a2f088bf280d171b4d71a9de1fb619c1fd2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               <exclude>.travis.yml</exclude>
               <exclude>out/**</exclude>
               <exclude>Jenkinsfile</exclude>
+              <exclude>**/*.log</exclude>
             </excludes>
           </configuration>
         </plugin>