This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch branch-feature-jenkins-test
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git
The following commit(s) were added to refs/heads/branch-feature-jenkins-test by
this push:
new 472bd9b Exclude .repository from rat check
472bd9b is described below
commit 472bd9b0ca32e82f5850607f59f1bd60051dce0e
Author: Oliver Szabo <[email protected]>
AuthorDate: Mon Oct 1 23:45:31 2018 +0200
Exclude .repository from rat check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index a38a3e5..cf43d51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,6 +285,7 @@
<exclude>**/docker/Profile</exclude>
<exclude>**/docker/.env</exclude>
<exclude>**/*.story</exclude>
+ <exclude>.repository/**</exclude>
</excludes>
</configuration>
<executions>