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

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

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

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


The following commit(s) were added to refs/heads/0.14.0-incubating by this push:
     new 66a14b5  Fix rat check for source assembly after build (#7333) (#7345)
66a14b5 is described below

commit 66a14b5a1796bed18ebdbdc31efd4c5d30eaed9c
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Tue Mar 26 22:19:13 2019 -0700

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

diff --git a/pom.xml b/pom.xml
index e1702c8..b0eea3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1488,6 +1488,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