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 bcfcab3 Fixing RAT patterns
bcfcab3 is described below
commit bcfcab3393562926da349ac9ff429b617121dc29
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Dec 11 23:27:51 2018 +0100
Fixing RAT patterns
---
archiva-docs/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml
index 5aded0f..50ffac7 100644
--- a/archiva-docs/pom.xml
+++ b/archiva-docs/pom.xml
@@ -50,6 +50,8 @@
<exclude>src/site/resources/js/*.js</exclude>
<exclude>*.sh</exclude>
<exclude>.site-content/**</exclude>
+ <exclude>git-sparse-checkout-pattern</exclude>
+ <exclude>README.*</exclude>
</excludes>
</configuration>
</plugin>