aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2018-12-11 21:25:24 +0100
committerMartin Stockhammer <martin_s@apache.org>2018-12-11 21:25:24 +0100
commit82b9d86d32920c043d8bb16a79697895d2f4a6e2 (patch)
treeed93a0bdb198f0900d2958e63445503fe833de0d /pom.xml
parentee00a556ec96b417822e1421e2ea5d03ed1215ae (diff)
downloadarchiva-82b9d86d32920c043d8bb16a79697895d2f4a6e2.tar.gz
archiva-82b9d86d32920c043d8bb16a79697895d2f4a6e2.zip
Fixing RAT patterns
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index daefd0fe2..79195c59a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1876,6 +1876,8 @@
<exclude>out/**</exclude>
<exclude>Jenkinsfile</exclude>
<exclude>**/*.log</exclude>
+ <exclude>**/.site-content/**</exclude>
+ <exclude>**/git-sparse-checkout-pattern</exclude>
</excludes>
</configuration>
</plugin>