aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-11-02 17:50:37 +0100
committerMartin Stockhammer <martin_s@apache.org>2017-11-02 17:51:01 +0100
commit3332ba2521d2ef827e9ba20cb2fc5b3f02069498 (patch)
tree877d3a190dc082df4ad2569f81aa77b882c0d26b /pom.xml
parent97b2c9c9095b95500ab15caaf447369ed9251f08 (diff)
downloadarchiva-3332ba2521d2ef827e9ba20cb2fc5b3f02069498.tar.gz
archiva-3332ba2521d2ef827e9ba20cb2fc5b3f02069498.zip
Adding rat exlude for log files
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 490c0f15d..c4da9a2f0 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>