This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 82b9d86 Fixing RAT patterns
82b9d86 is described below
commit 82b9d86d32920c043d8bb16a79697895d2f4a6e2
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Dec 11 21:25:24 2018 +0100
Fixing RAT patterns
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index daefd0f..79195c5 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>