This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 513fa68 rat exclusion for .repository
513fa68 is described below
commit 513fa683313ee32f823f7e59d756451661515b17
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 19:59:21 2018 +1000
rat exclusion for .repository
Signed-off-by: olivier lamy <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b1a252a..ed047c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
<exclude>.settings</exclude>
<exclude>.java-version</exclude>
<exclude>**/.site-content/**</exclude>
- <exclude>.repository</exclude>
+ <exclude>**/.repository/**</exclude>
</excludes>
</configuration>
<executions>