This is an automated email from the ASF dual-hosted git repository.

tbouron pushed a commit to branch tbouron-patch-1
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 8577c67fa4e2990c53d662002a050c3f5be9ddf9
Author: Thomas Bouron <thomas.bou...@cloudsoftcorp.com>
AuthorDate: Tue Dec 3 09:25:52 2019 +0000

    Ignore RAT check for `.brooklyn` persisted state created by tests
---
 parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index f8d1bc4..e7c04d2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1136,6 +1136,8 @@
                   <exclude>docs/**</exclude>
                   <!-- maven cache -->
                   <exclude>**/.m2/**</exclude>
+                  <!-- brooklyn persisted state, created by tests -->
+                  <exclude>**/.brooklyn/**</exclude>
 
                 </excludes>
               </configuration>

Reply via email to