You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/11/02 16:51:16 UTC

archiva git commit: Adding rat exlude for log files

Repository: archiva
Updated Branches:
  refs/heads/master 97b2c9c90 -> 3332ba252


Adding rat exlude for log files


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/3332ba25
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/3332ba25
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/3332ba25

Branch: refs/heads/master
Commit: 3332ba2521d2ef827e9ba20cb2fc5b3f02069498
Parents: 97b2c9c
Author: Martin Stockhammer <ma...@apache.org>
Authored: Thu Nov 2 17:50:37 2017 +0100
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Thu Nov 2 17:51:01 2017 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/3332ba25/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 490c0f1..c4da9a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1718,6 +1718,7 @@
               <exclude>.travis.yml</exclude>
               <exclude>out/**</exclude>
               <exclude>Jenkinsfile</exclude>
+              <exclude>**/*.log</exclude>
             </excludes>
           </configuration>
         </plugin>