You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2019/12/03 09:25:59 UTC

[brooklyn-server] branch tbouron-patch-1 created (now 8577c67)

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

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


      at 8577c67  Ignore RAT check for `.brooklyn` persisted state created by tests

This branch includes the following new commits:

     new 8577c67  Ignore RAT check for `.brooklyn` persisted state created by tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[brooklyn-server] 01/01: Ignore RAT check for `.brooklyn` persisted state created by tests

Posted by tb...@apache.org.
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 <th...@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>