You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/12/23 21:08:35 UTC

[druid] branch master updated: Exclude .asf.yaml from the configuration of the rat plugin (#9088)

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

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a7c948  Exclude .asf.yaml from the configuration of the rat plugin (#9088)
7a7c948 is described below

commit 7a7c948595aba062dc36ed40fa1f98724d092bbd
Author: Benedict Jin <as...@apache.org>
AuthorDate: Tue Dec 24 05:08:23 2019 +0800

    Exclude .asf.yaml from the configuration of the rat plugin (#9088)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ae22bdc..f510c66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1877,6 +1877,7 @@
                                 <exclude>coordinator-console/**</exclude>
                                 <exclude>src/**/*.snap</exclude>
                                 <exclude>examples/conf/**</exclude>
+                                <exclude>.asf.yaml</exclude>
                             </excludes>
                         </configuration>
                     </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org