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-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new f8d0442 Fixing RAT patterns
f8d0442 is described below
commit f8d0442d2f7c2ba678fe279e071f9f1b0be0c9a2
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Dec 11 21:34:41 2018 +0100
Fixing RAT patterns
---
pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d5ce88e..81b1a1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -822,7 +822,7 @@
<excludes>
<exclude>.gitignore</exclude>
<exclude>DEPENDENCIES</exclude>
- <exclude>README.txt</exclude>
+ <exclude>README.*</exclude>
<exclude>*.sh</exclude>
<exclude>.git/**</exclude>
<exclude>build-number.txt</exclude>
@@ -839,9 +839,13 @@
<exclude>.repository</exclude>
<exclude>.travis.yml</exclude>
<exclude>.repository/**</exclude>
+ <exclude>**/.site-content/**</exclude>
+ <exclude>**/git-sparse-checkout-pattern</exclude>
+
<!-- Netbeans files -->
<exclude>nb-configuration.xml</exclude>
<exclude>Jenkinsfile</exclude>
+
</excludes>
</configuration>
<executions>