You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/03/23 05:48:41 UTC

[incubator-druid] branch master updated: Fix rat check for source assembly after build (#7333)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ca7cb4  Fix rat check for source assembly after build (#7333)
8ca7cb4 is described below

commit 8ca7cb4886dcaeeaaea3a06aceb9e6d50eeecab5
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Fri Mar 22 22:48:35 2019 -0700

    Fix rat check for source assembly after build (#7333)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index b1febb3..ddb9107 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1490,6 +1490,8 @@
                                 <exclude>LABELS.md</exclude>
                                 <exclude>.github/ISSUE_TEMPLATE/*.md</exclude>
                                 <exclude>git.version</exclude>
+                                <exclude>node_modules/**</exclude>
+                                <exclude>coordinator-console/**</exclude>
                             </excludes>
                         </configuration>
                     </plugin>


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