You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2015/11/19 14:36:50 UTC

incubator-zeppelin git commit: ZEPPELIN-423 Exclude DEPENDENCIES from rat plugin

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master ea995b116 -> 98758d1cc


ZEPPELIN-423 Exclude DEPENDENCIES from rat plugin

https://issues.apache.org/jira/browse/ZEPPELIN-423
Exclude DEPENDENCIES from rat plugin.

Author: Lee moon soo <mo...@apache.org>

Closes #434 from Leemoonsoo/ZEPPELIN-423 and squashes the following commits:

9c9f8e1 [Lee moon soo] Exclude DEPENDENCIES from rat plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/98758d1c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/98758d1c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/98758d1c

Branch: refs/heads/master
Commit: 98758d1cc56f25747cfd7a1e0c3266e00e956339
Parents: ea995b1
Author: Lee moon soo <mo...@apache.org>
Authored: Sun Nov 15 15:59:55 2015 +0900
Committer: Lee moon soo <mo...@apache.org>
Committed: Thu Nov 19 22:37:20 2015 +0900

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/98758d1c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 696f26f..4720610 100755
--- a/pom.xml
+++ b/pom.xml
@@ -451,6 +451,7 @@
               <exclude>**/notebook/**</exclude>
               <exclude>_tools/site/css/*</exclude>
               <exclude>**/README.md</exclude>
+              <exclude>DEPENDENCIES</exclude>
               <exclude>DEPLOY.md</exclude>
               <exclude>CONTRIBUTING.md</exclude>
               <exclude>STYLE.md</exclude>